> Why implement jQuery.isFunction when you can also just go typeof
> variable == 'function'?

You can see some of the cases that we handle that normal typeof can't, here:
http://dev.jquery.com/browser/trunk/jquery/test/unit/core.js#L176

--John

Reply via email to