Reply to thread

You can simulate this in the Chrome JS console:


[code]$('.button').addClass('disabled');[/code]


When the editor buttons have been disabled as a result of the form being submitted, on hover they remain disabled, with the exception of the Upload a File button (this is true with/without swfupload) which on hover shows the :hover CSS instead of remaining "disabled".


Back
Top Bottom