|
|
@ -2792,13 +2792,13 @@ $.fn.checkbox = function(parameters) { |
|
|
|
|
|
|
|
hide: { |
|
|
|
input: function() { |
|
|
|
module.verbose('Modfying <input> z-index to be unselectable'); |
|
|
|
module.verbose('Modifying <input> z-index to be unselectable'); |
|
|
|
$input.addClass(className.hidden); |
|
|
|
} |
|
|
|
}, |
|
|
|
show: { |
|
|
|
input: function() { |
|
|
|
module.verbose('Modfying <input> z-index to be selectable'); |
|
|
|
module.verbose('Modifying <input> z-index to be selectable'); |
|
|
|
$input.removeClass(className.hidden); |
|
|
|
} |
|
|
|
}, |
|
|
|