NOTE TO SELF:
Until you find a better way, here’s how you remove the X that closes a JQuery dialog box:
$( ‘a.ui-dialog-titlebar-close’ ).remove();
OR
Change the Style definition in the HEAD.
Posted by coreycoogan on January 31, 2011
NOTE TO SELF:
Until you find a better way, here’s how you remove the X that closes a JQuery dialog box:
$( ‘a.ui-dialog-titlebar-close’ ).remove();
OR
Change the Style definition in the HEAD.
Posted in jQuery | Tagged: dialog, jQuery UI | 2 Comments »