Français English Español Italiano Português
User Login    
 + User Registration
Connexion

Blog » jQuery Blog

New Wave Javascript. URL Feed
Update : 2012/5/4 2:03:03 Update

Mike Hostetler | 2009-08-20T20:02:24+02:00 | 28 reads

Starting at 10PM MT on August 20th, code.jquery.com will start redirecting (301) to ajax.googleapis.com [http://code.google.com/apis/ajaxlibs/ ... ntation/index.html#jquery].Immediate Impact: NoneRedirection will occur using 301 “Permanent Moved”Packed version will be replaced with minified version Long Term: Migrate any sites using code.jquery.com to Google’s AJAX Libraries APIFull documentation of Google’s Ajax API are available at http://code.google.com/apis/ajaxlibs/ ... ntation/index.html#jquery. For your convenience here are the old URLs on code.jquery.com and their new Google Ajax API counterpart:jquery-latest.jshttp://ajax.googleapis.com/ajax/libs/jquer...



Paul | 2008-01-23T17:14:14+01:00 | 16 reads

jQuery UI is growing, and I’m already seeing quite a few sites using it exclusively to support their interface. As a matter of fact, it’s growing so well, that a LA-based open-source company decided to hire a person to exclusively work on jQuery UI full-time.I’m very happy to announce that I, Paul Bakaus, lead of jQuery UI, was hired by Liferay Inc., the company behind the world’s most popular open source java portal, to focus solely on bringing jQuery UI to a next level. This has an enormous effect to the whole project - I can now invest almost three times the amount of time and power, and I’m helping to deploy jQuery and jQuery UI in mission critical projec...



Ralph Whitbeck | 2010-01-01T19:27:26+01:00 | 15 reads

In this episode we sat down and talked with jQuery Evangelist Rey Bango.You can subscribe to the show in iTunes or via the raw RSS feed.Here are the show notes for this episode:Permanent Sponsors Our GuestRey Bango - jQuery Team member and head Evangelist and overall nice guy.InterviewWho is Rey Bango?Web developerUsing Double Not-Operator (!!) For Boolean Type Casting by Ben Nadel (@bennadel) http://bit.ly/jpe5-DoubleNOTHead of Evangelism for the jQuery projectWriter at ajaxian.comNew jQuery Podcasts - Ajaxian - http://bit.ly/jpe5-NewjQueryPodcastsHow’d Rey get involved with the jQuery project?jQuery EvangelismWhat makes the jQuery community so special?What kind of things are bei...



John Resig | 2011-03-25T01:21:28+01:00 | 9 reads

Progress is moving along well on the second update of jQuery 1.5 – we’re pleased to announce the release of its first release candidate! Barring any major bugs this should be the code that we end up shipping for jQuery 1.5.2 (which will be happening on March 31st).jQuery 1.5.2 Release Candidate 1You can get the code from the jQuery CDN:http://code.jquery.com/jquery-1.5.2rc1.jsYou can help us by dropping that code into your existing application and letting us know that if anything no longer works. Please file a bug and be sure to mention that you’re testing against jQuery 1.5.2 RC 1.We want to encourage everyone from the community to try and get involved in contributing b...



Addy Osmani | 2011-02-08T01:57:53+01:00 | 8 reads

In today’s post we’ll be presenting updates on both jQuery Core and UI as well as highlighting any upcoming training events being held and articles or videos which we think might be useful to read. We would appreciate your comments and feedback on them!Contents-jQuery 1.5 Was Released-Unleashing the Grid – A New jQuery UI Grid-jQuery Conference Videos Are Now Available Online-Upcoming jQuery Training Events-A New Episode Of YayQuery jQuery 1.5 Was ReleasedThis week, the core team released jQuery 1.5 to celebrate the fifth birthday of the library. This included many performance improvements and bug fixes as well as a major re-write of the Ajax module which now comes ...



John Resig | 2011-02-24T21:33:01+01:00 | 8 reads

jQuery 1.5.1 is now out! This is the first minor release on top of jQuery 1.5 and lands a number of fixes for bugs.We would like to thank the following contributors that provided patches towards this release: antonkovalyov, csnover, danheberden, davidmurdoch, dmethvin, gnarf37, jaubourg, jeresig, jitter, jrburke, lrbabe, mathiasbynens, rwldrn, SlexAxton, and voxwerk.We’d especially like to thank our bug triage team who assisted in narrowing down some of the important fixes needed for this release.DownloadingAs usual, we provide two copies of jQuery, one minified and one uncompressed (for debugging or reading).jQuery Minified (29kb Gzipped)jQuery Regular (212kb)You can feel free to i...



Paul Irish | 2010-11-23T18:44:13+01:00 | 7 reads

Allow me to introduce the bug triage team with a chart:Over the past 60 days, the bug triage team has taken an unwieldy hairy mess of tickets and addressed every single one of them. Yes that’s right; as it stands, there are zero unreviewed tickets in the jQuery issue tracker. The last one to be closed was a rather malodorous bug.The jQuery Bug Triage team are a group of jQuery core and community members who actively assist in narrowing down and patching bugs submitted on the jQuery bug tracker. Between them this team have a number of years worth of experience in debugging and fixing both JavaScript and jQuery issues. When you submit a bug, feature request or enhancement request to t...



Bradley Sepos | 2007-12-06T23:37:58+01:00 | 6 reads

Here’s some holiday cheer: Flot, a new plotting library/plugin for jQuery by Ole Laursen. The initial 0.1 release has some stunning features, including interactivity with your charts. Flot looks very promising, and we like to highlight promising developments in the jQuery community!See also:Flot AnnouncementFlot ExamplesAjaxian article on Flot



Addy Osmani | 2010-11-12T02:44:41+01:00 | 5 reads

jQuery 1.4.4 is now out! This is the fourth minor release on top of jQuery 1.4 and lands a number of fixes for bugs including some nice improvements over 1.4.3.We would like to thank the following community members that provided patches, input and their time towards this release: Rick Waldron, Dan Heberden, Alex Sexton, Colin Snover.Along with the following members of the jQuery core team: John Resig, Dave Methvin, Karl Swedberg, Paul Irish.We also thank our bug triage team who assisted in narrowing down some of the important fixes needed for this release: Colin Snover, Rick Waldron, Addy Osmani, Alex Sexton, Adam Sontag, Dave Methvin, Mike Taylor, Aaron Boushley, Jitter and John Resig....



Karl Swedberg | 2011-01-30T06:28:07+01:00 | 5 reads

When we added comments to the API documentation last January, the idea was to provide a place for members of the community to augment the documentation with their own tips or real-world examples. While this system worked well when it was first introduced, it has become increasingly difficult to manage the enormous amount of spam that it has attracted. We also found that many people were trying to use it as a support system, which it was not designed to do. Because of this, we're planning to turn off comments on the API site later this week in favor of more directed feedback options:If you need help debugging your code or understanding how something works, or if you’re interested in...