JQuery overriding the themeroller style
- by Paul Connolly
Hi,
In my accordian control I want to override the header style to show a red background instead of the default theme colour if ever the user control (e.g user's name and address input) in that particular pane returns a validation boolean of false.
I'm ok with how to use .Toggle to change the class but can't figure out how to grab the themeroller class in the first place.
How would I do this?
Thanks
Paul