Button should not retain "selected" appearance after click
Hello.
I want a toolbar with buttons that are not toggle actions.
Looking at the examples on
http://api.jquerymobile.com/button/
it seems that each button (eg in "Horizontal grouped buttons:") after its clicked retains a different appearance (until a different button is pressed). This is like the behaviour of a tab bar..some button is always "active". I dont want this. I want the buttons to be independent and look the same after the click as before (that they look different during the click is good).
Is there a good way to create a "toolbar" with such buttons?
Thanks in Advance.