Closed zendre4 closed 8 years ago
Do you have a plunker or fiddle that illustrates this problem?
Also, you can use the options to change the name of the disabled class to anything you like, such as "disabledFormElement".
$(element).uniform({
disabledClass: "disabledFormElement"
});
Class named disabled
works fine in Firefox Current and Chrome Current: https://jsfiddle.net/Shehi/zmp8wqu0/1/
Hello, I found an error when use jQuery(element).addClass("disabled") in Firefox, disabled is a protected name and it was'nt apply.
Good day
Julien Stalder