Hello,

I am making a form that uses ajax like in the car selector sample. I would like to make another <div> on the page have the fade out visual effect when the form widgets are updated.

I am able to add events to the onchange attribute (I have to add the forms_submitForm() function also though), but the javascript is executed before the ajax stuff updates the browser's DOM.
<ft:widget id="address_city">
   <fi:styling onchange="forms_submitForm(this); alert('asdf');"/>
</ft:widget>

Does anyone here know how to trigger an event after the ajax update happens?

Thanks!
Brian


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to