Thank you very much for sharing your great Ajax framework. It's awesome, I'm still hallucinated, thinking that it must be magic!
I've been playing around with some examples, and trying to replace some .jquery (.js) files with $ajax methods. Most of my tests have worked like a charm, but there is one where I'm stucked.
EDIT: Forget the problem description described below. It's solved and explained at the end of the post
What I have working in jquery and can't run with cAjax is adding HTML generated by $ajax->call to a select form. I have a zip_code input, and when it loses focus I take populations from the database and generate <option> to fill a select with.
I post my code here, so you can illuminate my path: