Skip to content

Instantly share code, notes, and snippets.

View nate8684's full-sized avatar

Nate Hamilton nate8684

View GitHub Profile
@nate8684
nate8684 / fastclick
Created May 24, 2012 18:16
fastclick
$(document).bind( "pageload", function(){
var fast_click = $("body").attr("id");
if (fast_click != 'campusdetail') {
$.fn.jqmData(initFastButtons());
} else {
$.fn.jqmRemoveData(initFastButtons())
}
});
@nate8684
nate8684 / gist:2408732
Created April 17, 2012 20:17
Events Page
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!-- =========== META =============================== -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title></title>
<!-- =========== STYLES =============================== -->
<link rel="stylesheet" href="styles/jquery.mobile-1.0.1.css" />
@nate8684
nate8684 / Page 2
Created April 17, 2012 15:05
Index Page
<html>
<head>
<title>My Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css" />
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script>
</head>
<body>
@nate8684
nate8684 / gist:2401211
Created April 16, 2012 20:14
Jquery Mobile Transitions
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!-- =========== META =============================== -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title></title>
<!-- =========== STYLES =============================== -->
<link rel="stylesheet" href="styles/jquery.mobile-1.0.1.css" />