[jQuery] Autocomplete Multiple

2009-12-22 Thread avagarwal
Hi, I have set the autocomplete for multiple, as shown below. When I use the tab to select an entry it works fine, but you try using the mouse then it does not work correctly. Any suggestion on what may be the issue (using IE7) - $('#textbox').autocomplete('url',{ minChars:1, max:20

[jQuery] (autocomplete) multiple inputbox using same autocomplete function

2009-10-01 Thread Amit
code at the bottom is working fine .. wherein data is coming from database via postcode.php in following format : 2221|BLAKEHURST|NSW 4401|ACKLAND|QLD 2221|BLAKEHURST|NSW 4401|ACKLAND|QLD 2221|BLAKEHURST|NSW 4401|ACKLAND|QLD Now issue is I have multiple postalcode, city and state input box in my

[jQuery] [autocomplete] multiple option duplicates

2009-04-09 Thread leolanksf...@googlemail.com
Hi This is probably something very simple that ive overlooked and cant find the answer to but here it goes anyway: On the Multiple Birds (remote): demo you can add multiple items, however you can also add the same item twice. Is there a way to post back to the db script the items that have alre

[jQuery] [autocomplete] multiple items in fails in Opera 9+

2009-03-22 Thread Peter Krantz
Hi! I am using the autocomplete plugin [1] (with jQuery 1.2.6) successfully to help users tag an item. Users are presented with an field and can add multiple items in a comma separated list. The field is hooked up like this: $("#id_edittags").autocomplete(tags, { multiple: true,

[jQuery] AutoComplete > Multiple Elements, Same Function

2008-07-16 Thread shapper
Hello, I have 3 inputs that use the same AutoComplete function. Can I make this work only with one command? I have: $("#Tags").autocomplete("GetTags", { autoFill: true ... I tried $("#Tags, #MoreTags").autocomplete("GetTags", { autoFill: true ... But it does not wo

[jQuery] [autocomplete] Multiple Values, Update Hidden Field

2008-07-01 Thread lfrodrigues
Hello, I'm trying to to a message sending system. The message may have multiple destinations so i'm using the something similar to Multiple Birds (http://jquery.bassistance.de/autocomplete/demo/) When I add a new user it's id get added to the hidden field (with is correct). But if I delete a use

[jQuery] [autocomplete] Multiple Values, Update Hidden Field

2008-07-01 Thread lfrodrigues
Hello, I'm trying to to a message sending system. The message may have multiple destinations so i'm using the something similar to Multiple Birds (http://jquery.bassistance.de/autocomplete/demo/) When I add a new user it's id get added to the hidden field (with is correct). But if I delete a use

[jQuery] [autocomplete] Multiple values to autocomplete

2008-05-08 Thread realin
hi guys, i m new in the list, i want to know how can i add multiple values using autocomplete in a single text field, just like gmail when we add email address in to field. can i capture a keypress event, so that a list is again opened when i press a seperator ? Please let me know thanks :)

[jQuery] Autocomplete multiple entries

2008-04-16 Thread dineshv
I know this is a simple question but ... In the Autocomplete multiple cities example (http://dev.jquery.com/view/trunk/plugins/ autocomplete/) how do you send the final set of chosen entries to the server ie. all the values in the input box when "Get Value" is clicked? Here is the code from the e