[jQuery] Re: null vs Vriables containing null

2007-08-29 Thread Pops
Thanks mike On Aug 29, 3:21 pm, "Michael Geary" <[EMAIL PROTECTED]> wrote: > > From: Pops > > > This might be slightly off topic, a javascript script > > question, but its being applied to jQuery. :-) > > > Ok, there is a different in other languages when you do this: > > >var p = null; >

[jQuery] Re: null vs Vriables containing null

2007-08-29 Thread Michael Geary
> From: Pops > > This might be slightly off topic, a javascript script > question, but its being applied to jQuery. :-) > > Ok, there is a different in other languages when you do this: > >var p = null; >xyz(null); >xyx(p); > > It depends on the function prototype and