Since today's the 4th birthday of jQuery, they've decided to celebrate with the release of jQuery 1.4. It's got some cool new stuff, not just tweaks.
They don't have the link to 1.4 on the jQuery homepage, so if you want it, click the link above.
jQuery 1.4 released!
Moderator: General Moderators
jQuery 1.4 released!
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
Re: jQuery 1.4 released!
It's on their site now, but I can't find a decent changelog which tells me in layman's terms what it does which the old one doesn't.
The API with the "New in 1.4" is slightly helpful but I can't easily see how existing functions have changed.
The API with the "New in 1.4" is slightly helpful but I can't easily see how existing functions have changed.
Re: jQuery 1.4 released!
I found this: http://jquery14.com/day-01/jquery-14 quite explanatory.jayshields wrote:It's on their site now, but I can't find a decent changelog which tells me in layman's terms what it does which the old one doesn't.
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
Re: jQuery 1.4 released!
Cool, thanks.
-
rajeevbharti
- Forum Newbie
- Posts: 12
- Joined: Fri Oct 30, 2009 12:43 am
- Location: Delhi
Re: jQuery 1.4 released!
hi friend can you tell me what is difference in jQuery and JavaScript.
How can i Use it....
How can i Use it....
Re: jQuery 1.4 released!
Change log from a programmer's perspective (describes API changes)
http://api.jquery.com/category/version/1.4/
20 new methods!
From end user's perspective (describes behavior changes)
http://jquery14.com/day-01/jquery-14
http://api.jquery.com/category/version/1.4/
20 new methods!
From end user's perspective (describes behavior changes)
http://jquery14.com/day-01/jquery-14
Re: jQuery 1.4 released!
jQuery is a Javascript library. It simplifies common Javascript tasks and helps you do things in a cross-browser fashion without needing to do all the ugly cross-browser compatibility stuff.rajeevbharti wrote:hi friend can you tell me what is difference in jQuery and JavaScript.
How can i Use it....
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.