jpillora / verifyjs

Verify.js - A powerful, customizable asynchronous validation library
http://verifyjs.jpillora.com/
161 stars 61 forks source link

Causes two submits #43

Open Vaccano opened 8 years ago

Vaccano commented 8 years ago
$(this.element).submit(event => {console.log('Submitted')}

Submitted gets logged twice. Once by JQuery catching submit. And once by verify.js sending the submit again.