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
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
2 matches
Mail list logo