[jQuery] Remedial JavaScript
I've often found myself in need of helper functions to determine the
type of variable a function was passed (even if only to make code
foolprrof). The best examples out there are imho Douglas Crockfords's
"remedial javascript" functions:
http://www.crockford.com/javascript/remedial.html
Would it be an idea to adopt these into $?
$.isArray, $.isFunction, etc ...
Since jQuery is about extending Javascript where needed, and making
life easy for the programmer ;-) ...
Of course. doing it as an extension is easy, but as part of core, all
extensions could benefit.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/