Skip to content

Instantly share code, notes, and snippets.

@tdreyno
Created February 6, 2010 01:18
Show Gist options
  • Save tdreyno/296447 to your computer and use it in GitHub Desktop.
Save tdreyno/296447 to your computer and use it in GitHub Desktop.
%pre
:preserve
<head>
<script src="jquery-1.4.js" type="text/javascript"></script>
<script src="jquery/iphone-style-checkboxes.js" type="text/javascript"></script>
<link rel="stylesheet" href="path_to/style.css" type="text/css" media="screen" />
<script type="text/javascript">
$(document).ready(function() {
$(':checkbox').iphoneStyle();
});
</script>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment