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

Web development quizzes

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

You can add a click handler inside the ready event,

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

The attr() method is used to get or set attribute values.

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