Skip to content

Instantly share code, notes, and snippets.

@Sigler
Created July 8, 2011 19:16
Show Gist options
  • Save Sigler/1072581 to your computer and use it in GitHub Desktop.
Save Sigler/1072581 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
$(document).bind("mobileinit", function(){
$.mobile.page.prototype.options.degradeInputs.date = 'text';
$.mobile.minScrollBack = 'infinity';
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment