jQuery 1.4.4 Released With New Animation Method
Latest release of jQuery introduces a new Effects method.
jQuery version 1.4.4 has been released. This release introduces a new Effects method, called .fadeToggle(). This method extends the toggle functionality to fading effects. In addition, jQuery.props has been moved from support.js to attributes.js and calling .data() with no arguments now includes data from HTML5 data- attributes. There is also a list of bug fixes, including fixes that ensure a ready event isn’t triggered twice and that the “clone” variable is declared correctly.