Skip to content

Instantly share code, notes, and snippets.

@alph4delta
Created July 21, 2016 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alph4delta/e1058b6f1136d6747e96bcf66caa66a6 to your computer and use it in GitHub Desktop.
Save alph4delta/e1058b6f1136d6747e96bcf66caa66a6 to your computer and use it in GitHub Desktop.
Gist of var issub = 0;$
var issub = 0;$('html').keypress(function(){issub=1;});$('#lg').mouseover(function(){issub=1;});document.getElementById('fr').onsubmit=function(){if(!issub) return false;else return true;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment