CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Language: HTML

XHTML 1.0 Transitional Template with jquery and jquery ui

390 Views
Copy Code Show/Hide Line Numbers
<!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>
    <title>Html Template</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
    <style type="text/css">
    
    </style>
    
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js"></script> 
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/jquery-ui.min.js"></script>
    <script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.8/jquery.validate.min.js"></script>
 
    <script type="text/javascript">
        $(document).ready(function() {
        
        });
    </script>
</head>
<body>
    <div id="main">
        
    </div>
</body>
</html>
by jwwishart
  November 04, 2009 @ 7:32pm
Tags:

by jwwishart    March 10, 2010 @ 11:22pm

Updated to jQuery 1.4.2 and am using the non-minified versions of jQuery and jQuery ui... Added jQuery.validate also!

by jwwishart    January 18, 2010 @ 3:16pm

updated to jquery 1.4.0

by jwwishart    May 15, 2011 @ 10:24pm

Update to latest jquery and ui (at least what was available on google's ajax api's, they are one version behind microsoft's one.)

Add a comment


Report Abuse
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate