How to include javascript in cakephp 1.3?
Wait moment this question not duplicated..it is sample and difficult at the same time. This simple problem make me crazy.. http://www.mediafire.com/?2vi2kc7tpqiw1to This is slide code contain CSS, HTML, jQuery code. This slide works fine, but when I include this slide in cakephp it is not working. I put jQuery files and CSS in webroot and put the code to include in layout/default.ctp like this echo $javascript->link('jcookie.js'); echo $javascript->link('jquery-1.3.2.min.js'); echo $javascript->link('jcarousellite.js'); echo $javascript->link('jquery-1.js'); but still nothing happen ..please