I write my own jQuery basically because it allows consistency in my
apps (all js is in the one place), and also there is great
documentation on functions in one place. If I am debugging I dont know
if it is the helper or the syntax im using.

In saying this, I do use it for more trivial things like ajax links
since I use textmate and I have a bundle for spitting them out easily.

Perhaps its down to working habit and preference.
Hope it helps.

On 13 February 2011 06:11, Krissy Masters <[email protected]> wrote:
> I am curious about the JS engine in 1.3. Reading thru the cookbook and
> wondering if this is for me?
>
> I currently just write my own JS snips for my jQuery functions click this do
> that drag it drop it so on.
> I only use jQuery no other libraries so I am wondering what is the benefit
> for me to change over to this type engine setup?
> Who is using it? Is it more of a helper with js code writing?
>
> echo $this->Js->submit('Save', array('update' => '#content', 'div' => false,
> 'type' => 'json', 'async' => false));
> Callback on Success error server error? JSON response true | false? Things I
> am used to in my own responses, do more than 1 thing with response.
>
> Thanks for any insight,
>
> K
>
>
> --
> Our newest site for the community: CakePHP Video Tutorials 
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help 
> others with their CakePHP related questions.
>
>
> To unsubscribe from this group, send email to
> [email protected] For more options, visit this group at 
> http://groups.google.com/group/cake-php
>

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to