Skip to content

Instantly share code, notes, and snippets.

@rsobers
Last active October 26, 2015 13:16
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 rsobers/21fe3061bbe48b9dfe7f to your computer and use it in GitHub Desktop.
Save rsobers/21fe3061bbe48b9dfe7f to your computer and use it in GitHub Desktop.
$(document).ready(function checkFormHS() {
if( $('form').length > 0 ) {
// insert code here
} else {
setTimeout(function() { checkFormHS(); }, 200 );
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment