Skip to content

Instantly share code, notes, and snippets.

@matheuscl
Created March 16, 2016 17:11
Show Gist options
  • Save matheuscl/315977477955bfb21147 to your computer and use it in GitHub Desktop.
Save matheuscl/315977477955bfb21147 to your computer and use it in GitHub Desktop.
jQuery( 'form.checkout, form#order_review' ).addClass("processing").block({
message: null ,
overlayCSS: {
background: "#fff",
opacity: .6
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment