Windows. Linux. Wordpress. Joomla. GIMP. Inkscape. Reparaciones.

Quizzes de desarrollo web

Clock
Minutes
Seconds
This sets the background color of all p elements to blue: $("p").style("background","blue");

The parent() method retrieves all the ancestors of the selected element.

jQuery uses the euro sign (€) as a shortcut.

$("p").hide() hides all p elements.

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