Issue
i have included jquery cycle plugin in cakephp but slideshow is not working on my website. i tried adding like this:
<?php
echo $this->Html->script('jquery.cycle.all');
?>
but is it the way or there is other method?
Solution
Try this
echo $this->Html->script(array('colorbox','new_js/abc','other_js/abc/xyz/js'));
Answered By - Yogesh Saroya Answer Checked By - Senaida (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.