So I have a project that\'s using ColdFusion and it has a form with a dropdown.
See example: http://jsfiddle.net/mwoods98/KXmNK/
What I need to
The easiest way to do it is with the bind attribute of cfselect. However, whether you use this method or roll your own jquery, do this:
That way, if you have any issues calling it from ajax, you'll know it's not the cfc that's at fault.