Skip to content

Commit

Permalink
updaing jquery version
Browse files Browse the repository at this point in the history
  • Loading branch information
skorecky committed Aug 13, 2011
1 parent b423b19 commit b0efe68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Add Clear jQuery Plugin Demo</title> <title>Add Clear jQuery Plugin Demo</title>
<meta name="author" content="Stephen Korecky"> <meta name="author" content="Stephen Korecky">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="addclear.js"></script> <script type="text/javascript" src="addclear.js"></script>
<script type="text/javascript" charset="utf-8"> <script type="text/javascript" charset="utf-8">
$(document).ready(function(){ $(document).ready(function(){
Expand Down

0 comments on commit b0efe68

Please sign in to comment.