Hello, in my function there is the .onClick
event that should activate when checking checkbox
, but when I use data-md-icheck
it is ignored by the function.
<input type="checkbox" data-md-icheck class="ts_checkbox"/>
Event:
$(document).on('click', 'input[type="checkbox"]', function () {
$this.click = $(this);
$this.get();
});