jquery is client side scripting language and it does not care nor knows what you are using at the server side as far as you return what it is expecting (xml, json, html, plain text, etc).
You should probably ask for utility classes. For example a class that would convert your object or an array to json or something... That is my opinion... jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Jan 8, 2009 at 10:44 PM, Rick Faircloth <[email protected]> wrote: > > Hi, all... > > I think I saw it mentioned that someone had written > some examples of using jQuery on the front-end and > ColdFusion on the backend for ajax work. > > Most of the stuff I find on the 'Net with jQuery > and PHP. > > Perhaps the examples were written in conjunction > with a plug-in? > > I'd appreciate any clues. > > Thanks, > > Rick > >

