how to insert a div after a div in jquery code example Example: add div after div jquery $( "<p>Test</p>" ).insertAfter( $( ".container" ) );