Computing. Programming. Web development. Graphic design. Networking.

Web development quizzes

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

This selector $("p") only selects the first p element.

The html() method sets or returns the HTML markup of selected elements.

QUnit is a powerful JS testing framework.

jQuery commands can be chained. For example: $("div").addClass("red").slideDown("slow");