jQuery.isFunction( obj )Returns: boolean
Description: Determine if the argument passed is a JavaScript function object.
-
version added: 1.2jQuery.isFunction( obj )
- objType: PlainObjectObject to test whether or not it is a function.
-
Note: