Hello,
There is such a problem. When changing the value, checkbox still gives on
<input type="checkbox" checked id="ch_lotus_ip">IP
1
$(function(){
2
$('.popup').on('click', '#ch_lotus_ip', function(){
3
alert ($(this).val());
4
});
5
});
krogerfeedbacktalktosonictalktowendys
I would like to receive an answer on or off
thanks
iosman