Skip to content

Instantly share code, notes, and snippets.

@pinda
Created February 15, 2012 15:07
Show Gist options
  • Save pinda/1836504 to your computer and use it in GitHub Desktop.
Save pinda/1836504 to your computer and use it in GitHub Desktop.
Redirect met jquery
if (jQuery.browser.mobile == true) {
window.location = 'http://Hier-de-URL-die-je-wilt-hebben';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment