|
| 1 | +<!doctype html> |
| 2 | +<html> |
| 3 | +<head> |
| 4 | +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| 5 | +<title>jQuery simplyScroll - Logicbox</title> |
| 6 | +<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"> |
| 7 | +</script> |
| 8 | +<!--<script type="text/javascript" src="/js/common.js"></script>--> |
| 9 | +<script type="text/javascript" src="../jquery.simplyscroll.js"></script> |
| 10 | +<link rel="stylesheet" href="../jquery.simplyscroll.css" media="all" type="text/css"> |
| 11 | +<script type="text/javascript"> |
| 12 | +(function($) { |
| 13 | + $(function() { |
| 14 | + $(".scroller").simplyScroll({ |
| 15 | + customClass:'vert', |
| 16 | + orientation:'vertical', |
| 17 | + auto: false, |
| 18 | + speed: 10 |
| 19 | + }); |
| 20 | + }); |
| 21 | +})(jQuery); |
| 22 | +</script> |
| 23 | +</head> |
| 24 | + |
| 25 | +<body> |
| 26 | + |
| 27 | +<ul class="scroller"> |
| 28 | + <li><img src="http://logicbox.net/jquery/simplyscroll/assets/20080608_9N3H5GYL_tb.jpg" width="290" height="200" alt="Firehouse"></li> |
| 29 | + <li><img src="http://logicbox.net/jquery/simplyscroll/assets/20080513_4D3SD1BQ_tb.jpg" width="290" height="200" alt="Chloe nightclub"></li> |
| 30 | + <li><img src="http://logicbox.net/jquery/simplyscroll/assets/20080513_VPJWVQRW_tb.jpg" width="290" height="200" alt="Firehouse bar"></li> |
| 31 | + <li><img src="http://logicbox.net/jquery/simplyscroll/assets/20080514_B1YJ08B6_tb.jpg" width="290" height="200" alt="Firehouse chloe club fishtank"></li> |
| 32 | + <li><img src="http://logicbox.net/jquery/simplyscroll/assets/20080514_JYW68XPT_tb.jpg" width="290" height="200" alt="Firehouse restaurant"></li> |
| 33 | + <li><img src="http://logicbox.net/jquery/simplyscroll/assets/20080608_38CG51J2_tb.jpg" width="290" height="200" alt="Firehouse"></li> |
| 34 | +</ul> |
| 35 | + |
| 36 | +<ul class="scroller"> |
| 37 | + <li><img src="http://logicbox.net/jquery/simplyscroll/assets/20080608_9N3H5GYL_tb.jpg" width="290" height="200" alt="Firehouse"></li> |
| 38 | + <li><img src="http://logicbox.net/jquery/simplyscroll/assets/20080513_4D3SD1BQ_tb.jpg" width="290" height="200" alt="Chloe nightclub"></li> |
| 39 | + <li><img src="http://logicbox.net/jquery/simplyscroll/assets/20080513_VPJWVQRW_tb.jpg" width="290" height="200" alt="Firehouse bar"></li> |
| 40 | + <li><img src="http://logicbox.net/jquery/simplyscroll/assets/20080514_B1YJ08B6_tb.jpg" width="290" height="200" alt="Firehouse chloe club fishtank"></li> |
| 41 | + <li><img src="http://logicbox.net/jquery/simplyscroll/assets/20080514_JYW68XPT_tb.jpg" width="290" height="200" alt="Firehouse restaurant"></li> |
| 42 | + <li><img src="http://logicbox.net/jquery/simplyscroll/assets/20080608_38CG51J2_tb.jpg" width="290" height="200" alt="Firehouse"></li> |
| 43 | +</ul> |
| 44 | + |
| 45 | + |
| 46 | +</body> |
| 47 | +</html> |
0 commit comments