[jQuery] Re: remove dynamically

2009-05-07 Thread epitka
I tried, but it does not work. The sitaution I have is that user has a radio button to specify under what context search is performed. As user check the box, input field is put in focus, input value cleared, previous autocompleteremoved and new one added. However, it does not remove previous o

[jQuery] Re: remove dynamically

2009-05-07 Thread Jörn Zaefferer
There is an unautocomplete-method. Jörn On Thu, May 7, 2009 at 3:03 PM, epitka wrote: > > Nobody knows how to remove plugin after it has been added? > > On May 6, 4:04 pm, epitka wrote: >> Hi, >> How do I remove autocomplete from the text box dynamically. I have a >> text box that will perform

[jQuery] Re: remove dynamically

2009-05-07 Thread epitka
Nobody knows how to remove plugin after it has been added? On May 6, 4:04 pm, epitka wrote: > Hi, > How do I remove autocomplete from the text box dynamically. I have a > text box that will perform two kinds of searches depending on the > context (don't ask me why, beyond my control). I need to

[jQuery] Re: remove dynamically placed dom element

2008-07-14 Thread Tom Shafer
im not exactly sure what i would be listening for, i get the error in firebug that deleteitem doesn't exist. I understand the concept of how to use on other elements but im not sure how this would be used on my submit function On Jul 13, 11:17 pm, "Kevin Pepperman" <[EMAIL PROTECTED]> wrote: > Fo

[jQuery] Re: remove dynamically placed dom element

2008-07-13 Thread Kevin Pepperman
For dynamicly loaded elements you will need to use a plugin. I suggest the 'listen' plugin. Refer to the FAQ for more information. http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_Ajax_request.3F On Su