Your Account
Community
Topics (Upcoming)
More |
View story
Using observe_field to update an input
http://feeds.feedburner.com/~r/symfony/planet/~3/273771854/
Submitted by
narko
14 months, 2 weeks, 5 days, 12 hours agoHad an issue on Acme Video Website where I want to prepopulate some content on a form element after making an ajax call to a 3rd party API.
Problems comes, in that observe_field (part of the prototype javascript library), is designed to update a div, so I was incorrectly trying to do this:
echo observe_field('hint', array(
'update' =>...
Tags: none
|