From 24832798ae50f7414ddc7440bf968e549b30094e Mon Sep 17 00:00:00 2001 From: Sebastian Motraghi Date: Wed, 29 Jun 2011 12:10:10 -0500 Subject: [PATCH] added a note to the readme re: jquery.autocomplete. --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 0ec1020..506db4d 100644 --- a/README +++ b/README @@ -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',