I am trying to get a JQuery addon (asmSelect) to work on my page. The addon will load and work, but the multiselect boxes it works on are dynamically loading using a cfc:ajax function. This measns right when the page is loaded, the asmSelect box is empty.
I was able to work around this in a fashion by putting a hyperlink that runs a JQuery function that runs a change event on the multiselect box. When this is run, it then populates the select dropdown created by asmselect. The contents of this multiselect box changes depending on other options that are selected, and when I run the .change function manually, it then fixes the asmSelect box. Basically, I need a way to get the Coldfusion ajax function to run a change function everytime it runs and I'm unsure how to do this. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338212 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

