Team:METU/Gallery
From 2012.igem.org
(Difference between revisions)
Line 13: | Line 13: | ||
<script src="http://simsekburak.com/hasan/js/jquery.jcarousel.js" type="text/javascript"></script> | <script src="http://simsekburak.com/hasan/js/jquery.jcarousel.js" type="text/javascript"></script> | ||
<script src="http://simsekburak.com/hasan/js/js-func.js" type="text/javascript"></script> | <script src="http://simsekburak.com/hasan/js/js-func.js" type="text/javascript"></script> | ||
- | + | ||
+ | <!-- First, add jQuery (and jQuery UI if using custom easing or animation --> | ||
+ | <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> | ||
+ | <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script> | ||
+ | |||
+ | <!-- Second, add the Timer and Easing plugins --> | ||
+ | <script type="text/javascript" src="http://simsekburak.com/hasan/js/jquery.timers-1.2.js"></script> | ||
+ | <script type="text/javascript" src="http://simsekburak.com/hasan/js/jquery.easing.1.3.js"></script> | ||
+ | |||
+ | <!-- Third, add the GalleryView Javascript and CSS files --> | ||
+ | <script type="text/javascript" src="http://simsekburak.com/hasan/js/jquery.galleryview-3.0-dev.js"></script> | ||
+ | <link type="text/css" rel="stylesheet" href="http://simsekburak.com/hasan/css/jquery.galleryview-3.0-dev.css" /> | ||
+ | |||
+ | <!-- Lastly, call the galleryView() function on your unordered list(s) --> | ||
+ | <script type="text/javascript"> | ||
+ | $(function(){ | ||
+ | $('#myGallery').galleryView(); | ||
+ | }); | ||
+ | </script> | ||
<style> | <style> |
Revision as of 17:52, 22 September 2012