return false is not working in my submit click
- by kumar
Hello friends.
this is the code i am using for my Html.BeginForm..
$('#PbtnSubmit').click(function() {
$('#PricingEditExceptions input[name=PMchk]').each(function() {
if ($("#PricingEditExceptions input:checkbox:checked").length > 0) {
var checked = $('#PricingEditExceptions…