Skip to content

Instantly share code, notes, and snippets.

@haric
Created June 14, 2012 14:52
Show Gist options
  • Select an option

  • Save haric/2930812 to your computer and use it in GitHub Desktop.

Select an option

Save haric/2930812 to your computer and use it in GitHub Desktop.
Prevent iOS offline apps
$("a").click(function (e) {
window.location = $(this).attr("href");
e.preventDefault();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment