I am trying to add an optimization to our workflow, and would like to automatically select the option in the dropdown as soon as there is only one available. The options are being fetched via Ajax.
I’ve hit a couple snags in my attempts, so perhaps these simpler questions might get me moving in the right direction.
- Is there any available event fired when the Ajax results are returned?
- Is there any way to change any of the Ajax options after the widget is initialized?
Thanks for your help!
Dan