Skip to content

Instantly share code, notes, and snippets.

@rickcnagy
Created November 17, 2014 15:16
Show Gist options
  • Save rickcnagy/75ef9f5d2e093be80225 to your computer and use it in GitHub Desktop.
Save rickcnagy/75ef9f5d2e093be80225 to your computer and use it in GitHub Desktop.
Customize a QS application/inquiry form via jQuery/JS
var loadingForQS = setInterval(function() {
if (typeof _qs$ !== "undefined" && _qs$(".qslabel").length) {
clearInterval(loadingForQS);
qsCustomize(_qs$)
}
});
function qsCustomize($) {
// do something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment