Change icon of button jQuery Mobile -


I am trying to change the icon of a button to another, but it is not working.

I have:

    

And I did:

  $ ('# login'). Data ('icon', 'user_highlight'); $ ('# Login') button ("refresh").   

But it was not working How can I solve it?

See this. Basically you use button markup.

  $ ('# login'). Button markup ({icon: "star"});   

See examples of working

Comments