added a note to the readme re: jquery.autocomplete.

This commit is contained in:
Sebastian Motraghi
2011-06-29 12:10:10 -05:00
parent af2d7d2e84
commit 24832798ae
+3 -1
View File
@@ -47,7 +47,9 @@ $('#tags').tagsInput({
autocomplete_url:'http://myserver.com/api/autocomplete'
});
You can also send in options to the autocomplete plugin, as described here.
If you're using the bassistance jQuery.autocomplete, which takes extra
parameters, you can also send in options to the autocomplete plugin, as
described here.
$('#tags').tagsInput({
autocomplete_url:'http://myserver.com/api/autocomplete',