This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
1.3.2 -> 1.4.3: Disabling checkboxes not working anymore #7598
Closed
Description
After migration from 1.3.2 to 1.4.3, the code to disable checkboxes does not work anymore:
$('#box1').prop('disabled', true).checkboxradio('refresh');
The checkbox cannot be clicked anymore, but the style is not adjusted (still looks like an enabled checkbox). When the checkbox is already disabled in the static HTML code from the server, the disabled styles are applied.
I've prepared two JSFiddles with the same code:
http://jsfiddle.net/gXgQ7/1/ (jQuery 1.9.1, jQM 1.3.2, working)
http://jsfiddle.net/S6fpr (jQuery 2.1.0, jQM 1.4.3 not working)
Tested on Chrome 36.0.1985.125, Windows 7