diff --git a/entries/jQuery.isFunction.xml b/entries/jQuery.isFunction.xml index 689cdbf7..349061ef 100644 --- a/entries/jQuery.isFunction.xml +++ b/entries/jQuery.isFunction.xml @@ -3,11 +3,11 @@ jQuery.isFunction() 1.2 - - Object to test whether or not it is a function. + + The value to be tested. - Determine if the argument passed is a JavaScript function object. + Determines if its argument is callable as a function.

Note: As of jQuery 1.3, functions provided by the browser like alert() and DOM element methods like getAttribute() are not guaranteed to be detected as functions in browsers such as Internet Explorer.