Windows. Linux. Wordpress. Joomla. GIMP. Inkscape. Repairs.

Web development quizzes

Clock
Minutes
Seconds
You can toggle between the hide() and show() methods with the toggle() method.

You can use "$(document).ready()" to do define an action that will be executed when a html document has finished loading.

The stop() method is used to stop animations or effects before it is finished.

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

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