[jQuery] Re: Proposal: new method for determining variables without value

2008-10-23 Thread Ariel Flesler
Agree. Note that !!('') is also false. And [] == false. -- Ariel Flesler http://flesler.blogspot.com/ On Oct 23, 2:11 am, Michael Geary [EMAIL PROTECTED] wrote: I looked at James Edwards' post, and I'm not seeing how this function is all that useful. (I mean no offense to pd; it's always

[jQuery] Re: Proposal: new method for determining variables without value

2008-10-22 Thread chris thatcher
you should cc the jquery-dev list for this idea as well, to ensure those developers see it. thatcher On Wed, Oct 22, 2008 at 7:34 PM, pd [EMAIL PROTECTED] wrote: Hi All This idea by James Edwards seems like a winner and an ideal candidate for a new jQuery core utility method:

[jQuery] Re: Proposal: new method for determining variables without value

2008-10-22 Thread Michael Geary
I looked at James Edwards' post, and I'm not seeing how this function is all that useful. (I mean no offense to pd; it's always worth looking at interesting bits of code like this, and I appreciate it being brought up.) Half of the code merely duplicates what JavaScript does for you and could be