Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(form-selector).submit(function(event){
- try {
- your form code
- }
- catch (exception){
- document.write(exception);
- event.preventDefault();
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement