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

Web development quizzes

Clock
Minutes
Seconds
It is not possible to use AJAX with jQuery.

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

The slideDown() method hides the selected elements with a vertical sliding motion.

The mousedown() method is executed when the user clicks on an HTML element.

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