Revision: 36988
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 2, 2010 06:40 by adamcoulombe
Initial Code
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>HTML for Basic jQuery Setup</title>
<!-- The next line is a reference the core jQuery script file -->
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<!-- If you want to use any jQuery Plugins, reference the additional scripts and/or CSS files below this-->
<!-- The following block is an empty template to setup your jQuery Plugins -->
<script type="text/javascript">
$(document).ready(function(){
/* OK, you can now initiate your jQuery plugins */
/* no more jQuery after this */
});
</script>
</head>
<body>
</body>
</html>
Initial URL
Initial Description
Initial Title
HTML Basic setup to use jQuery
Initial Tags
template, html, jquery
Initial Language
HTML