jquery - Installing superslides plugin -


i need installing this plug-in. download included lot of files bit confused ones use. ones have used have made no effect @ all. don't know whether it's files or haven't linked files correctly (i have of files in same folder that's not problem).

i've used superslides.css, query.superslides.js , query.superslides.min.js.

this html used:

  <script type="text/javascript" src="jquery.superslides.js"></script>   <script type="text/javascript" src="jquery.superslides.min.js"></script>   <link type="text/css" rel="stylesheet" href="superslides.css">  <body>   <div id="slides">   <div class="slides-container">     <img src="http://flickholdr.com/1000/800" alt="">     <img src="http://flickholdr.com/1000/800" alt="">   </div> </div> </body> 

can superslides experience me? thanks

did embed jquery library ?

try :

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script type="text/javascript" src="jquery.superslides.min.js"></script> <link type="text/css" rel="stylesheet" href="superslides.css">  <body>   <div id="slides">   <div class="slides-container">     <img src="http://flickholdr.com/1000/800" alt="">     <img src="http://flickholdr.com/1000/800" alt="">   </div> </div> </body> 

you don't need embed jquery.superslides.min.js , jquery.superslides.js, jquery.superslides.min.js minimified version of jquery.superslides.js


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -