[jQuery] Re: IE selector bug/error - now reproducable.

2007-06-01 Thread Luc Pestille
with the most basic of HTML page. It might be a moot point though, 1.1.13a might have already fixed it... Thanks all. Luc Pestille Web Designer From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: 30 May 2007 16:32

[jQuery] Re: IE selector bug/error - now reproducable.

2007-05-31 Thread SeViR
Karl Swedberg escribió: On May 30, 2007, at 10:53 AM, SeViR wrote: This paragraph from the reference section of the upcoming Learning jQuery book might help explain why someone would want or need to preselect a class first. It discusses specifying a tag name rather than a class, but the s

[jQuery] Re: IE selector bug/error - now reproducable.

2007-05-30 Thread John Resig
might be a moot point though, 1.1.13amight have already fixed it... Thanks all. *Luc Pestille* Web Designer -- *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Karl Swedberg *Sent:* 30 May 2007 16:32 *To:* jquery-en@googlegroups.com *Subject:*

[jQuery] Re: IE selector bug/error - now reproducable.

2007-05-30 Thread Brandon Aaron
On 5/30/07, Luc Pestille <[EMAIL PROTECTED]> wrote: Brandon - it's not a question of HTML validity - the error shows up even with the most basic of HTML page. It might be a moot point though, 1.1.13amight have already fixed it... Could you please post or attach that most basic HTML page where

[jQuery] Re: IE selector bug/error - now reproducable.

2007-05-30 Thread Luc Pestille
y 2007 16:32 To: jquery-en@googlegroups.com Subject: [jQuery] Re: IE selector bug/error - now reproducable. On May 30, 2007, at 10:53 AM, SeViR wrote: #id .class <- get the element with id "id" only if has the class "class" but.. .class #id

[jQuery] Re: IE selector bug/error - now reproducable.

2007-05-30 Thread Karl Swedberg
On May 30, 2007, at 10:53 AM, SeViR wrote: #id .class <- get the element with id "id" only if has the class "class" but.. .class #id ¿?¿?¿? If you can get the element with id "id", why don't you select directly? #id The id is unique so you don't need preselect a class first. Also, if

[jQuery] Re: IE selector bug/error - now reproducable.

2007-05-30 Thread SeViR
I don't think that ".class #id" generates an error it was a bug of jQuery because, simply it is an error this string #id .class <- get the element with id "id" only if has the class "class" but.. .class #id ¿?¿?¿? If you can get the element with id "id", why don't you select directly?

[jQuery] Re: IE selector bug/error - now reproducable.

2007-05-30 Thread Brandon Aaron
-- *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Luc Pestille *Sent:* 30 May 2007 11:53 *To:* jquery-en@googlegroups.com *Cc:* John Resig *Subject:* [jQuery] Re: IE selector bug/error - now reproducable. I think I've found a bug in jQuery with regards to IE

[jQuery] Re: IE selector bug/error - now reproducable.

2007-05-30 Thread Luc Pestille
s.com [mailto:[EMAIL PROTECTED] On Behalf Of Luc Pestille Sent: 30 May 2007 11:53 To: jquery-en@googlegroups.com Cc: John Resig Subject: [jQuery] Re: IE selector bug/error - now reproducable. I think I've found a bug in jQuery with regards to IE -a blank .html page, with just the latest un

[jQuery] Re: IE selector bug/error - now reproducable.

2007-05-30 Thread Luc Pestille
I think I've found a bug in jQuery with regards to IE -a blank .html page, with just the latest uncompressed jquery.js and a script file (linked in the header) that looks like this: /* */ produces an error in IE6 and IE7 (the line number is different in IE7); --- Line 968 Error: 'getElementB