I''ve a text_field_tag (dom-id: tag) in a form (http://
pastie.textmate.org/59525). Now I''d like it to have this kind ob
behaviour:
The user types in some stuff and as soon as he hits the tabulator-key
some fancy javascript/ajax stuff happens before the cursor jumps to
the next text_field_tag.
I assumed this would be done using an observe_field-method with the
value "blur" on the :on-parameter as seen here:
http://pastie.textmate.org/59526
Well, nothing happens. No error, no debug information using firebug,
it just seems as if the browser would ignore that observe_field-stuff.
Does anyone have a clue?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---