Re: [jQuery] How to find a div with a class ending with a string?

2007-03-05 Thread Karl Swedberg
Dave, You can find all of this information in the documentation at http://docs.jquery.com/Selectors Supported, but different All attribute selectors are written like their XPath counter-parts (in that all attributes should begin with an @ symbol). * [EMAIL PROTECTED] an E element with

[jQuery] How to find a div with a class ending with a string?

2007-03-05 Thread dalvarado
Hi, This mailing list has been great and helped me figure out how to find elements starting with a pattern ... $(this).find("[EMAIL PROTECTED]"); My question now is how to find elements ending with a pattern. Specifically, I'm trying to find all DIVs that are within "$(this)" whose class ends