Is it possible to add icons to the buttons on a jQuery UI Dialog? I\'ve tried doing it this way:
$(\"#DeleteDialog\").dialog({ resizable: false, hei
i' tried this, and it works :)
[....] open: function() { $('.ui-dialog-buttonpane'). find('button:contains("Cancel")').button({ icons: { primary: 'ui-icon-cancel' } }); [....]