Knowledge Walls
John Peter
Pune, Maharashtra, India
HTML-Jquery Program template in JQuery of Code Template
3538 Views
Online based JQuery and JQuery UI libraries 
JQuery libraries at
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>

JQuery UI CSS and Js at
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.css" />
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>

Most of the versions are available in the google hosted libraries. For more visit
https://developers.google.com/speed/libraries/devguide
JQuery and JQuery UI template html
<html>
    <head>
        <title>HTML-JQuery</title>
        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
 
  <link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.css" />
  <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
        
        <script type="text/javascript">
            $(function(){

            });
        </script>
    </head>
    <body>
        
    </body>
</html>
Html-Jquery
<html>
    <head>
        <title>HTML-JQuery</title>
        <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
        
        <script type="text/javascript">
            $(function(){
                   /*jquery statements */

            });
        </script>
    </head>
    <body>
        <!-- HTML statements -->
        
    </body>
</html>
Previous Topics
Previous lessons of current book.
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details