[jQuery] Re: validate
can't reply??!! On Dec 14, 6:04 pm, sucheta wrote: > Rob, > > Thanks . I will try this and get back .. > > Sucheta > > On Dec 12, 1:39 pm, rpinna wrote: > > > I have a similar situation with a timepicker control. I have a text > > input and an image that displays a popup when selected. > > The
[jQuery] selector canbe chain.
THIS WORK: $("li:lt(8):gt(3):even"); but this did not: $("ul:has(li:eq(3))");