Windows. Linux. Wordpress. Joomla. GIMP. Inkscape. Kdenlive. Hardware. Networking.

Web development quizzes

Clock
Minutes
Seconds
This code is correct: $.get( "myhtmlpage.html", myCallBack( param1, param2 ));

This sets the background color of all p elements to blue: $("p").style("background","blue");

The append() function inserts content at the beginning of the selected elements.

The default action of an event will not be triggered with event.preventDefault();

The children() method retrieves all direct children of the selected element.