I am converting a clients site into EE 1.6.9.
My homepage I have a number of javascript files in place to work (navbar dropdown, a slide show, twitter feed)
I created my javascript files in a template group called “_js” created each template and called for those javascripts in my homepage template which is in my main folder.
Below is the code for the calling of the [removed]
script type="text/javascript" src="{path='_js/dropdown'}" /script
script type="text/javascript" src="{path='_js/innerfade'}" /script
script
$(document).ready(
function(){
$('#slideshow ul').innerfade({
speed: 1000,
timeout: 8000,
type: 'sequence',
containerheight: '500px'
});
});
/scriptThe navbar and slideshow (innerfade) are not working at all, I have followed this example of previous websites that were placed in EE by me, so what am I doing wrong?
By the way, I also cleared my cache folder and gave it 777 permissions.
ps: the post removes my code if i out in the javascript code in