we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "javascript to prevent method post from realoading"
Édouard
03 Jun 2018
1$("#prospects_form").submit(function(e) {
2    e.preventDefault();
3});
4
similar questions