Skip to content

Instantly share code, notes, and snippets.

@abenevaut
Last active March 9, 2024 23:35
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 abenevaut/5671452 to your computer and use it in GitHub Desktop.
Save abenevaut/5671452 to your computer and use it in GitHub Desktop.
(function($,W,D)
{
var form = {
};
form.customFields =
{
initialize : function()
{
},
formSetup : function()
{
}
}
$(D).ready(function($)
{
form.customFields.formSetup();
});
$(W).onload = form.customFields.initialize();
})(jQuery, window, document);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment