Closed lucky442 closed 9 years ago
Hey, just stumbled upon this problem myself.
For me changing
on("click",function(event) to on("ifChecked",function(event)
fixed the problem.
Hi! Im using on("ifChecked",function(event) But not work on mobile browsers. Any idea? Thanks!
Sorry. Its works! :P
i have created on click function in jquery if i click on list which is parent element it doesn't trigger the icheck to be checked
$("li").on("click",function(event) { var target = $(event.target); if (target.is('input:checkbox')) return;