Answered my own question:
$(".ui-selected").removeClass("ui-selected");does the trick nicely. On Mar 17, 11:05 am, boater21 <[email protected]> wrote: > I have selectable items in a few different areas of the page. They are > all contained in their own <ol> elements. Is there a way that I can > unselect all of them at once when a user clicks a reset button? > > Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
