[jQuery] Re: Selector with Pipe (|) character not working

2007-10-08 Thread Andy Matthews
My pleasure. Just giving back to the rest of the list. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abubakar Saddique Sent: Friday, October 05, 2007 1:22 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Selector with Pipe (|) character not working

[jQuery] Re: Selector with Pipe (|) character not working

2007-10-05 Thread Abubakar Saddique
f Of *Abubakar Saddique > *Sent:* Friday, October 05, 2007 11:40 AM > *To:* jquery-en@googlegroups.com > *Subject:* [jQuery] Re: Selector with Pipe (|) character not working > > > may i ask why not pipes? > > On 10/5/07, Andy Matthews <[EMAIL PROTECTED]> wrote: > > > &g

[jQuery] Re: Selector with Pipe (|) character not working

2007-10-05 Thread Andy Matthews
s (":"), and periods ("."). _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abubakar Saddique Sent: Friday, October 05, 2007 11:40 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Selector with Pipe (|) character not working may i ask why not pipes? On

[jQuery] Re: Selector with Pipe (|) character not working

2007-10-05 Thread Abubakar Saddique
oglegroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Richard D. Worth > *Sent:* Friday, October 05, 2007 9:07 AM > *To:* jquery-en@googlegroups.com > *Subject:* [jQuery] Re: Selector with Pipe (|) character not working > > > You need to escape the pipe since it is a sp

[jQuery] Re: Selector with Pipe (|) character not working

2007-10-05 Thread Abubakar Saddique
thanks a lot On 10/5/07, Richard D. Worth <[EMAIL PROTECTED]> wrote: > > You need to escape the pipe since it is a special character. Use \\| > instead of | inside the selector. For more info, see: > > http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_select_an_element_that_has_weird_char

[jQuery] Re: Selector with Pipe (|) character not working

2007-10-05 Thread Andy Matthews
s.com Subject: [jQuery] Re: Selector with Pipe (|) character not working You need to escape the pipe since it is a special character. Use \\| instead of | inside the selector. For more info, see: http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_select_an_element _that_has_weird_characters_in_i

[jQuery] Re: Selector with Pipe (|) character not working

2007-10-05 Thread Richard D. Worth
You need to escape the pipe since it is a special character. Use \\| instead of | inside the selector. For more info, see: http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_select_an_element_that_has_weird_characters_in_its_ID.3F - Richard On 10/3/07, ab <[EMAIL PROTECTED]> wrote: > >