[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/Frequently_Asked_Questions > > 2008/10/16 andrazk <[EMAIL PROTECTED]> > > > > >

[jQuery] Re: dot spearated id

2008-10-16 Thread Sam Sherlock
from jquery faq // Does not work $("#some.id") // Works! $("#some\\.id") http://docs.jquery.com/Frequently_Asked_Questions 2008/10/16 andrazk <[EMAIL PROTECTED]> > > Hi! > > We're working with a java workframe that creates element ID-s > separated with dots and thus we have problems usin