You should use $(this)
instead of $("#app")
if($(this).is(':checked')){
alert('hi')
}
1
solved Alert is not working
You should use $(this)
instead of $("#app")
if($(this).is(':checked')){
alert('hi')
}
1
solved Alert is not working