I am using jqtransform throughout my ColdFusion site for styling form fields. One of my pages uses some CFSELECT tags which bind to a CFC to get their data. However, because jqtransform works before my binding does, I do not see anything in the drop-down. I understand the reasons for this, but I guess what I need to do is find a way of telling jqtransform to run again AFTER the binding has refreshed?
I have looked at similar topics regarding jqtransform with dynamic data, but none that actually work. Any help much appreciated!