Saturday, August 25, 2007

New jQuery Release.

jQuery 1.1.4 has been released. Check out the blog post for the full details. The highlights are that it is easier use alongside other JS libraries and improved selector speed. The first is very useful for when you want to use jQuery for you main library and then still easily use something like a sciptaculous/prototype slide show on a site.

There's also a new .slice() method that works similar to array slicing so you can do a $("div").slice(1,-1) that gets all but the first and last div for example.

Pretty nice changes for a 1.1.x release. 1.2 is on the way next and promises even more.

0 Comments:

Post a Comment

<< Home