Entries from August 2007

jQuery 1.1.4 Released

August 25th, 2007 · No Comments

John Resig and the jQuery team have released jQuery 1.1.4. This release addresses bugs, improves performance, adds some functionality, and deprecates some functionality in anticipation of changes upcoming in jQuery version 1.2. Both standard and packed .js files are available at code.jquery.com. jQuery Bugfixes This latest release addresses 53 problem tickets (including those fixed in [...]

[Read more →]

Tags: Javascript

jQuery Makes Ajax Easy, Part 1

August 3rd, 2007 · 22 Comments

jQuery Ajax jQuery, John Resig’s Javascript library, makes Ajax easy for beginners and professionals alike. This article dives into using the various jQuery Ajax methods. Ajax Basics Asynchronous JavaScript and XML, or Ajax, has become a catch-all term for client-initiated communications with a server. Specifically, Ajax usually refers to requests sent from a web browser [...]

[Read more →]

Tags: Javascript · Programming