Few days ago new jQuery (now in version 1.4) was released. New version comes with updated existing features and there also brand new to version 1.4. The most interesting for me are:
- bind() method - allows you bind multiple events to element in one function;
- attributes passing - now it is possible to pass few attributes as object with its values (all in JSON format of course);
- delay() method - allows to delay the execution of functions in the queue - using that you don't have to use callback functions or setTimeout;
Complete change log can be found on jQuery API page: http://api.jquery.com/category/version/1.4/
Tags: JavaScript jQuery tech
Comments
blog comments powered by Disqus