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
  
showing results for - "javascript allow default"
Lucia
12 Oct 2016
1 $('form').submit( function(ev){
2
3         ev.preventDefault();
4
5         //later you decide you want to submit
6         $(this).unbind('submit').submit()
7
8  });