JQuery 1.7 second beta release notes
Yesterday (October 13, 2011) , a jQuery blog post announced the release of the second jQuery 1.7 beta; You can easily find the full changelog in the same place, but I still want to list all the changes that seemed most noticeable to me. Firstly, they have greatly improved support for HTML5 in IE . As far as I can tell
Secondly, the methods outerWidth (), .outerHeight (), .innerWidth (), .innerHeight () will now work on window
Thirdly, support for CommonJS appeared: jQuery self-registers as an asynchronous module . Previously, jQuery had to patch for this.
Besides from the above-mentioned improvements
$(window).is(':visible');