How to add icon to button jQuery?
How to add icon to button jQuery? To add an icon to link buttons and button elements, use the name prefixed with ui-icon- as class. For example: ui-icon-arrow-r . See also button markup. How do I toggle icons in jQuery? Simply call jQuery’s toggleClass() on the i element contained within your a element(s) to toggle […]