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

Web development quizzes

Clock
Minutes
Seconds
addClass() adds a css class to the selected elements.

The text() method sets or returns the value of form fields.

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

$("a[target='_blank']") selects the first a element with target attribute value equal to "_blank".

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