Jump to content

Conflict between scripts inside HEAD.


Recommended Posts

Hello all,

I'm trying to implement a slider in my home page. The instructions that came with the slider were to add the div inside the page, some css modifications, and some scripts inside the head of the page, the scrpits are:

[removed][removed]
[removed][removed]
[removed]
   $(function(){
       $('#demo1 img').imgslide({
           top: '-130px'
       });
   });
[removed]



I also uploaded the js files correctly. The problem is that last function script, it break my page (doesn't show at all) if I remove that last one, it comes back. Maybe a conflict, or am I missing something here?

Any help will be appreciated.

Thanks

Edit: Well, I added {literal} {/literal} between the scripts and the page works, but the script doesn't.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...