Skip to content

Commit

Permalink
Merge pull request #42 from DeviaVir/master
Browse files Browse the repository at this point in the history
Fixed a bug with newer jQuery (UI&Core)
  • Loading branch information
jamieholst committed Sep 11, 2012
2 parents 0b21ac9 + cc97137 commit a82fe16
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 87 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Select to Autocomplete</title>
<script src="jquery.js"></script>
<script src="jquery-ui-autocomplete.js"></script>
<script src="jquery.select-to-autocomplete.js"></script>
<script src="jquery.select-to-autocomplete.min.js"></script>
<script type="text/javascript" charset="utf-8">
(function($){
$(function(){
Expand Down
Loading

0 comments on commit a82fe16

Please sign in to comment.