SyntaxFix
Write A Post
Hire A Developer
Questions
$(document).ready(function () { $(document).on('change', 'input[Id="chkproperty"]', function (e) { alert($(this).val()); }); });