Works a treat. Thanks a lot. The class is doing the styles, but i have to apply a unique ID for certain rows on a table.
Hard to explain completely, but suffice to say, your code works. Much appreciated. Erik Beeson wrote: > >>From http://docs.jquery.com/DOM/Traversing/Selectors#CSS_Selectors : > > [EMAIL PROTECTED] an E element whose "foo" attribute value begins exactly > with the string "bar" > > So maybe (untested): > > $('[EMAIL PROTECTED]') where foo is what the all of the IDs start with. > > You know you can style classes too... > > --Erik > > On 2/13/07, paulkissick <[EMAIL PROTECTED]> wrote: >> >> Is it possible to find all IDs who's beginning matches a string but with >> different endings. I can't use class's as i'm using them for styles. >> -- >> View this message in context: >> http://www.nabble.com/Finding-All-IDs-beginning-with-a-certain-string-tf3220128.html#a8942932 >> Sent from the JQuery mailing list archive at Nabble.com. >> >> >> _______________________________________________ >> jQuery mailing list >> [email protected] >> http://jquery.com/discuss/ >> > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > > -- View this message in context: http://www.nabble.com/Finding-All-IDs-beginning-with-a-certain-string-tf3220128.html#a8943463 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
