Skip to content

Commit

Permalink
Updated example to use latest jQuery/UI
Browse files Browse the repository at this point in the history
  • Loading branch information
sskylar committed Dec 16, 2010
1 parent b8ea7c3 commit cc5b470
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions example.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
<link href="css/master.css" rel="stylesheet" type="text/css" />
<link href="css/jquery-ui/jquery.ui.autocomplete.custom.css" rel="stylesheet" type="text/css" />

<script src="js/jquery/jquery-1.4.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/jquery-ui/jquery-ui-1.8.core-and-interactions.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/jquery-ui/jquery-ui-1.8.autocomplete.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/jquery-1.4.4.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/jquery-ui-1.8.7.custom.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/ie-compat.js" type="text/javascript" charset="utf-8"></script>
<script src="js/tag-it.js" type="text/javascript" charset="utf-8"></script>

Expand Down

0 comments on commit cc5b470

Please sign in to comment.