jQuery.isFunction Method (object)
Determine if the argument passed is a Javascript function object.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public static bool isFunction(object obj)
Parameters
obj
Type: System.Object
Return Value
Type: System.Boolean
|