[jQuery] Re: filter expression with multiple class names

2008-12-08 Thread mgl
Hah, ok. I suppose I should have guess that one. Thanks for pointing it out. On Dec 9, 5:41 pm, "Hector Virgen" <[EMAIL PROTECTED]> wrote: > You can add a second class to your CSS rule by appending another dot and the > class name: > // Finds child elements that contain both classes > $('div')

[jQuery] Re: filter expression with multiple class names

2008-12-08 Thread Hector Virgen
You can add a second class to your CSS rule by appending another dot and the class name: // Finds child elements that contain both classes $('div').find('.class-one.class-two'); -Hector On Mon, Dec 8, 2008 at 7:28 PM, mgl <[EMAIL PROTECTED]> wrote: > > Hello again, > > Does anyone know how (or