I asked about this on the jquery forum a few weeks ago without luck, so I will try again here :)
I\'ve made a simple widget for a project I\'m working on, but I have enc
I believe this is a bug in how Firefox remembers form field/control values and states:
elements in the document, and is disabled. (When the jQuery UI styled button is enabled or disabled, it sets the underlying element to the same state.) is disabled., but since no script has been run, the second button is ., it sees that it is disabled and continues to style it as disabled.There are two issues here:
The test case can simplify down to just adding a element dynamically and disabling , no jQuery / jQuery UI necessary:
disabled button test