Skip to content

Commit

Permalink
add sample tags to example, to make the autocomplete more interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
aehlke committed May 31, 2011
1 parent 9f981ef commit 6c88119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<script>
$(function(){
var sampleTags = ['c++', 'ja/va', 'php', 'coldfusion', 'javascript', 'asp', 'ruby', 'python', 'c', 'scala', 'groovy', 'haskell', 'perl'];
var sampleTags = ['c++', 'java', 'php', 'coldfusion', 'javascript', 'asp', 'ruby', 'python', 'c', 'scala', 'groovy', 'haskell', 'perl', 'erlang', 'apl', 'cobol', 'go', 'lua'];
$("#mytags").tagit({
availableTags: sampleTags,
// configure the name of the input field (will be submitted with form), default: item[tags]
Expand Down

0 comments on commit 6c88119

Please sign in to comment.