Hi,
I have been using Ajaxautocomplete control.js. I am facing problem in
this piece of code.

 this.observer = null;

    this.element.setAttribute('autocomplete','off');

    Element.hide(this.update);

    Event.observe(this.element, 'blur',
this.onBlur.bindAsEventListener(this));
    Event.observe(this.element, 'keypress',
this.onKeyPress.bindAsEventListener(this));

I am using Firefox version2. It is not trigging the autocomplete data
and it is giving javascript error at Element.hide(this.update). I am
using firebug for javascript debugging.

Please help.
Thanks in advance
Ashwini


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to