Archive: jquery

 

Jquery, arguably the most popular Javascript library has has a new version released.
The release features some dramatic performance improvements, especially on widely used functions like .html()
It also features a host of new functionality and improvements. For full details check out this page:
http://jquery14.com/day-01/jquery-14
More Reading:Loving jQuery and NetbeansCollaborative Javascript Debugging – JSBinMagento 1.4 Fatal Error Stack Frame [...]



 

I’m currently working on a project that has some really heavy javascript requirements. For the project I decided on using jQuery to implement the required functionality. Now having only used jQuery for a few days I have to say I’m impressed with how easy and intuitive it is.
That combined with the excellent jQuery support in [...]