Re: How to load jquery from google in cakephp

2009-05-08 Thread rich...@home
link("http://www.google.com/jsapi";); echo $javascript->codeBlock("google.load('jquery', '1.2.3');"); ?> or alternatively: link("http://jqueryjs.googlecode.com/files/ jquery-1.3.2.min.js") ?> On May 8, 10:35 am, dnoop wrote: > I just wanted to load jquery from google  like > > http://www.goo

How to load jquery from google in cakephp

2009-05-08 Thread dnoop
I just wanted to load jquery from google like http://www.google.com/jsapi";> google.load("jquery", "1.2.3"); in my cakephp layout ... is there any way to do this --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou