Skip to content

Commit

Permalink
Added info about $.isFunction. $.isObject and $.isArray.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrook committed May 30, 2011
1 parent d88b6fd commit 3427eea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Context and .find calls are equivalent:
= Utility functions:

$(document).ready(function(){ ... }): call function after DOM is ready to use (before load event fires)
$.isFunction(function), $.isObject(object), $.isArray(array): returns true if given parameter is a function; an object; or an array, respectively.

= Event handlers

Expand Down

0 comments on commit 3427eea

Please sign in to comment.