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