[jQuery] [autocomplete] Auto-suggest ?

2009-03-16 Thread Arno
Hi, I'm a young developper, and i want to enhance the autocomplete plugin. In fact, I can't use this plugin for an "auto-suggest", for a Tag input (User can select a tag which already exists, but he can create one if he doesn't exist ) I try but i fail to use autocomplete plugin for this. Can

[jQuery] FlexiGrid IE6 Refresh Problem

2008-07-08 Thread arno
I use the FlexiGrid plugin and have a problem with IE6. If I delete rows from a FlexiGrid the JSON request is sent properly but the table won't refresh in IE6 so that the delete rows are still shown in the table after being deleted from the databases. Any tips what the problem could be?

[jQuery] Opposite of .append

2007-07-05 Thread arno
Hi, guys I tried to use the .append function on a mouseover event, but I can't find a way to un-append the text I added on mouseout. Am I missing something obvious? Thx Arno