[jQuery] Re: Wouldn't inArray() be more intuitive if called arrayPosition()?

2009-03-24 Thread benjamw
Yeah, I agree with Mike521, if I were to stumble onto that function without any related documentation, I would assume it to return a boolean value as well. While I agree with the "kill two birds with one stone" argument against changing the actual function, indexOf seems to be a more intuitive fu

[jQuery] Re: live works in IE6?

2009-03-20 Thread benjamw
My bad, disregard that previous one, I was unaware that 'submit' was not yet supported by live( ). Is there a quick way I can fake it for now? On Mar 20, 12:52 pm, benjamw wrote: > http://jsbin.com/evuqi > > Does not work inIE6 > > On Feb 7, 9:15 pm, Dave Methvin

[jQuery] Re: live works in IE6?

2009-03-20 Thread benjamw
http://jsbin.com/evuqi Does not work in IE6 On Feb 7, 9:15 pm, Dave Methvin wrote: > > File a ticket:http://dev.jquery.com > > Before doing that, post a sample here. A lot of "bugs" are not bugs.