SyntaxFix
Write A Post
Hire A Developer
Questions
I have try the code from first answer, it not working but I have play around and this work for me
$('#vip').change(function(){ if ($(this).is(':checked')) { alert('checked'); } else { alert('uncheck'); } });