I’m looking into using Jquery to replace some of our native Coldfusion ajax functionality. I really like the ability of Coldfusion AJAX to navigate simply and directly to any container (window, div,etc) and send along the content of any specified form data. Is there a JQuery way to do this?
I’m looking into using Jquery to replace some of our native Coldfusion ajax functionality.
Share
http://api.jquery.com/load/ if you want basic loading of cfdiv
Submitting the form…. use a combo of ajax and manipulation functions
but if cfajax is working for you, why switch?