how to add new elements after div tag using jquery code example Example: add html after div jquery $( ".inner" ).after( "<p>Test</p>" );