jquery insert html after tag code example Example: add html after div jquery $( ".inner" ).after( "<p>Test</p>" );