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

Quizzes de desarrollo web

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

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

A callback function is executed before the current effect is finished.

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

jQuery is a DOM (Document Object Model) manipulation library.