look at api, it's always a good place to look for when you want to...
um... refer to the application programming intercace
http://www.prototypejs.org/api/event/stopObserving

On Sep 19, 9:30 pm, Cristisor <[EMAIL PROTECTED]> wrote:
> Hi. I have a small problem: I have an auto suggest that makes a
> request to the server every time I type a new character. But the url
> for the request depends on a 'region_value' that can be changed at any
> time. So if I have my auto suggest is set for a default region and I
> need to change the region I have to declare another auto suggest, but
> this means I will have 2 auto suggests and it looks bad. So I need to
> destroy the first auto suggest and I think I can do this by destroying
> all the observers on my object, because they trigger the auto suggest.
> Any idea how I can do this? Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to