jQuery v1.3 release

jQuery released its 1.3 version. The new features shown as below: * Sizzle: A sizzlin’ hot CSS selector engine. * Live Events: Event delegation with a jQuery twist. * jQuery Event Overhaul: Completely rewired to simplify event handling. * HTML...

jQuery UI 1.5 release

It is good news Today. One API to Rule Them All Stability, Debugging, Testing and jquery.simulate The Need for Effects: Enter Enchant Roll Your Own Themes: ThemeRoller! Plugin Stabilization and Enhancements jQuery UI v1.5: Final Release: http://ui.jquery.com/download

basic of basic

1) $() function is actually a factory for jQuery object. It is the object encapsulates zero or more DOM dlements. 2) .addClass() and .removeClass() They are fairly self-explanatory. Its only parameter is the name of the class to add or...

jQuery 1.22 Released

jQuery announced the 1.22 release. It is a bug fix version. Over 120 bug fixes and the the changes make the speed improved. The package is very small. * jQuery Minified (15kb with Gzipping) * jQuery Packed (28kb) * jQuery...

Top 10 jQuery resources

Now to learn jQuery, everyone needs some studying resources. The basic ones are shown as below: 1) jQuery official site. Download jQuery 1.2.1 2) Documents of jQuery from official site. 3) Visual jQuery 4) jQuery Basics: From jquery.com, this tutorial...