Prevent Default on Form Submit jQuery

The Solution to Prevent Default on Form Submit jQuery is


Try this:

$("#cpa-form").submit(function(e){
    return false;
});

~ Answered on 2011-06-24 01:10:00


Most Viewed Questions: