list of available functions for jQuery(window)
where can i find a list of available standard functions for jQuery(window).
I know 开发者_StackOverflow社区about load and focus.
Just open your console, type:
console.log(jQuery(window));
Hit Enter (Ctrl-Enter in Firebug), and you'll see it all there!
精彩评论