Skip to content

Instantly share code, notes, and snippets.

@rtekie
Created August 26, 2012 19:53
Show Gist options
  • Save rtekie/3483106 to your computer and use it in GitHub Desktop.
Save rtekie/3483106 to your computer and use it in GitHub Desktop.
// Refresh home page using dynamic url list.
$(document).ready(function() {
$.mobile.changePage("#home");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment