jQuery UI: Dialog button styling
- by Peter Bridger
Is there an easy way to apply CSS/icons to the modal buttons on a jQuery UI modal dialog box?
If I include the HTML to display an icon with the button text, it shows the HTML as text rather than rendering the code.
I'm guessing I could write some jQuery to find the button and overwrite the HTML with what I want, but I'm hoping there's an easier more direct way.