View Single Post
  #1  
Old 02-07-2011, 03:08 PM
 
TToshi TToshi is offline
 

Member
  
Join Date: Oct 2007
Location: Los Angeles
Posts: 11
 

Default Jquery Slider Problem

Hi,
I want to add java slider for my home page.

I added these below to customer/home.tpl

<link rel="stylesheet" href="{$SkinDir}/slide/slide.css" type="text/css"/>
<script type="text/javascript" src="{$SkinDir}/slide/js/slide.js"></script>
<script type="text/javascript" src="{$SkinDir}/slide/js/jquery.js"></script>

html code to welcome.tpl

However, js is not working.

When I test it in other page it's working fine.

I also test it to put all js files to one folder and locate not inside of skin folder.
it's working fine.

Do you have any idea?
__________________
Satomi

X-Cart Gold 4.1.9
Reply With Quote