Forums
(@lavitto)
5 years, 9 months ago
@jcollings
you can simple replace
.live( with .on(
.live(
.on(
and
.attr('checked') == 'checked' with .prop('checked') === true
.attr('checked') == 'checked'
.prop('checked') === true