Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@bilalucar
Created April 1, 2017 22:15
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 bilalucar/562e34909577a269cfbec08af5b96407 to your computer and use it in GitHub Desktop.
Save bilalucar/562e34909577a269cfbec08af5b96407 to your computer and use it in GitHub Desktop.
overhang.js
// Some confirmation
$("body").overhang({
type: "confirm",
yesMessage: "Yes please!",
noMessage: "No thanks."
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment