How to implement custom image instead of jquery dialog buttons? There are standard buttons, but I developed new buttons using Photoshop, with the extension .png. So I would like to use the .png button instead of the jquery dialog button.
I hope there are options through css, but if you give me a small example, it will be very useful for me.
jQuery("#dialog-form").dialog ({ autoOpen: false, height: 600, width: 700, modal: true, resizable: false, draggable: false, buttons : { "Search" : function() {
source share