Q:

Using jQuery insert a jQuery object (similar to an Array of DOM Elements) after all paragraphs

0

Using jQuery insert a jQuery object (similar to an Array of DOM Elements) after all paragraphs.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

HTML Code :




with solutionjQuery ExercisesClick to see the effect

JavaScript Code :

$('#button1').click(function(){ 
$( "p" ).after( $( "span" ) );
});

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now