Page 1 of 1

Zend Framework, Zend_JSON, and JQuery? I'm clueless.

Posted: Wed Sep 05, 2007 9:40 pm
by DaveTheAve
I'll admit I'm clueless when it comes to using JQuery unless it a simple plugin; however, my question tonight is: How does one use Zend_Json to interact with JQuery?

I have googled and no luck, hoping for more lucky here. ::cough:: Huggins ::cough:: :D

Thanks guys, when I release the product to the public I'll be able to convince my boss to buy me the JQuery book. Till then, any help is better than none.

Posted: Thu Sep 06, 2007 2:06 am
by s.dot
You can rename $jQuery, I believe by calling noconflict() or something like that. I remember reading something about it in their documentation.

Posted: Thu Sep 06, 2007 4:37 am
by DaveTheAve
That was my bad, I asked the question wrong. What i'm trying to do it add some Ajax elements to my project; however, I needed to learn how to make Zend_Json and Jquery play together to achieve this effect.