[jQuery] Removing an element from Droppable with N elements triggers N times the event.

2009-09-20 Thread msordo
Hi all. My situation: I've a droppable div that I use for querying a database. Everytime I drag-drop an element to this droppable div, it updates the query. Following the same idea, if I remove an element from this div, it should update the query (deleting the removed element from the query). Th

[jQuery] [autocomplete] Pressing Enter On Non-Matched Substring When firstResult:false does not hide the Autocompletion List.

2009-10-09 Thread msordo
Hi all. My autocompletion code is: $("#suggest").autocomplete(tags, {selectFirst: false, multiple: true, multipleSeparator: ",",}); When I start typing in my text field, for instance Nou, the autocompletion gives me Nouvelle, Nouveau... But what I want actually is to search for "Nou". So I pres