Skip to content

Instantly share code, notes, and snippets.

@diegommarino
Created November 19, 2017 13:40
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 diegommarino/3500f1e00f9477b9a809008a3cce8f27 to your computer and use it in GitHub Desktop.
Save diegommarino/3500f1e00f9477b9a809008a3cce8f27 to your computer and use it in GitHub Desktop.
How to override a jQuery widget option.
// Override Metro UI Dialog widget example.
$.extend($.metro.dialog.prototype.options, {closeButton: true, overlay: true, overlayClickClose: true});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment