javascript - list of available functions for jQuery(window) -


Where can I find a list of standard functions available for the jQuery (window)? I know load and focus.

Just open your console, type:

  console.log (JQuery (window));   

Press Enter (enter in the Ctrl-Firebug), and you'll see it there!

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -