[jQuery] Re: dot spearated id

2008-10-16 Thread andrazk
Thanks, I wonder how I could miss it. On Oct 16, 8:43 pm, "Sam Sherlock" <[EMAIL PROTECTED]> wrote: > from jquery faq > >  // Does not work >  $("#some.id") > >  // Works! >  $("#some\\.id") > > http://docs.jquery.com/Freq

[jQuery] dot spearated id

2008-10-16 Thread andrazk
Hi! We're working with a java workframe that creates element ID-s separated with dots and thus we have problems using the jQuery selectors. Example: t = $('#object.member.property').value; alert(t); Of course, this script won't display properly the value "test". I've tried the $('#objec

[jQuery] dot separated id

2008-10-16 Thread andrazk
Hi! We're working with a java workframe that creates element ID-s separated with dots and thus we have problems using the jQuery selectors. Example: t = $('#object.member.property').value; alert(t); Of course, this script won't display properly the value "test". I've tried the $('#objec