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

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

Hi,
This mailing list has been great and helped me figure out how to find elements starting with a pattern ...
$(this).find("div[@class^=title]");
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 with "-1".
Thanks, - Dave
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/