Changing dialog button
Changing dialog button
Hello, i'm using jquey to create dialogs but i want to add more
buttons in the tittle and remove the x (close button) becouse my app
need the dialogs always opened and if i close the dialogs, i have to
reload the page to make everything back to normal.
Some idea???
i'm using js jquery to make the dialogs like
$('#dialog').dialog();
Some idea?