Skip to content

Instantly share code, notes, and snippets.

@nate8684
Created May 24, 2012 18:16
Show Gist options
  • Save nate8684/2783222 to your computer and use it in GitHub Desktop.
Save nate8684/2783222 to your computer and use it in GitHub Desktop.
fastclick
$(document).bind( "pageload", function(){
var fast_click = $("body").attr("id");
if (fast_click != 'campusdetail') {
$.fn.jqmData(initFastButtons());
} else {
$.fn.jqmRemoveData(initFastButtons())
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment