Response title
This is preview!
I've this in index, right before jQuery is loaded:
<!-- import the jquery and jquery.mobile files -->
<link rel="stylesheet" href="jquery/jquery.mobile-1.0a2.min.css" />
<!-- import BuyIt stylesheet -->
<link rel="stylesheet" href="css/main.css" />
This at the top of main.css:
body { -moz-user-select: -moz-none; -webkit-user-select: none; }
.ui-page {-khtml-user-select: none;-moz-user-select: -moz-none;-webkit-user-select: none;}
© 2013 jQuery Foundation
Sponsored by and others.