[jQuery] Re: Undefined selector returning the document

2007-10-13 Thread Karl Swedberg
Hi Jake, You can file a new ticket here: http://dev.jquery.com/newticket/ You might need to register first, which you can do here: http://dev.jquery.com/register --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Oct 12, 2007, at 7:55 PM, Jake wrote:

[jQuery] Re: Undefined selector returning the document

2007-10-12 Thread Jake
How do I file a ticket? On Oct 1, 4:28 pm, Michael Geary [EMAIL PROTECTED] wrote: I think that is my fault; it was a patch I submitted way back at the beginning of last year. But you're right, $(undefined) shouldn't select the document, only $() with no arguments at all should. Want to file a

[jQuery] Re: Undefined selector returning the document

2007-10-01 Thread Michael Geary
I think that is my fault; it was a patch I submitted way back at the beginning of last year. But you're right, $(undefined) shouldn't select the document, only $() with no arguments at all should. Want to file a ticket on it? The offending code is at the beginning of jQuery.fn.prototype: //