Informàtica. Programació. Desenvolupament web. Disseny gràfic. Xarxes.

Quizzes de desenvolupament web

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

This code is correct: $.get( "myhtmlpage.html", myCallBack( param1, param2 ));

The html() method sets or returns the HTML markup of selected elements.

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

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