Remove button activeState from collapsible set menu buttons

Remove button activeState from collapsible set menu buttons

I have an accordian/collapsible menu in my jquerymobile project and I'm really not liking the default activeState that JqueryMobile applies to it. Is there a way to target certain buttons, accordian titles and other active elements within a jquerymobile page?

I tried looking on stackoverflow but only the totalitarian method of removing active state on everything worked, and that's definitely not what I want. The thread can be found here:  http://stackoverflow.com/questions/7507099/how-do-you-remove-a-buttons-active-state-with-jquery-mobile

First method I could not get working and still not having much luck with it. Has anyone come up with a good workable solution to this before?