|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/highlandlabs/cqi-bin/ALFA_DATA/alfasymlink/root/domains/steckmus/js/test/new/ |
Upload File : |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Basic jQuery Slider - Demo</title>
<!-- Google Web Fonts for the demo -->
<link href='http://fonts.googleapis.com/css?family=Carter+One' rel='stylesheet' type='text/css'>
<!-- Basic Jquery Slider styles (This is the only essential css file) -->
<link rel="stylesheet" href="css/basic-jquery-slider.css">
</head>
<body>
<div id="container">
<!-- Outer wrapper for presentation only, this can be anything you like -->
<div id="banner">
<!-- start Basic Jquery Slider -->
<ul class="bjqs">
<li><img src="img/banner01.jpg" title="Automatically generated caption"></li>
<li><img src="img/banner02.jpg" title="Automatically generated caption"></li>
<li><img src="img/banner03.jpg" title="Automatically generated caption"></li>
<li><img src="img/banner04.jpg" title="4"></li>
<li><img src="img/banner05.jpg" title="5"></li>
<li><img src="img/banner06.jpg" title="6"></li>
</ul>
<!-- end Basic jQuery Slider -->
</div>
<!-- End outer wrapper -->
</div>
<!-- Load jQuery and the plug-in -->
<script src="js/libs/jquery-1.6.2.min.js"></script>
<script src="js/basic-jquery-slider.js"></script>
<!-- Attach the plug-in to the slider parent element and adjust the settings as required -->
<script>
$(document).ready(function() {
$('#banner').bjqs({
'animation' : 'slide',
'width' : 700,
'height' : 300
});
});
</script>
</body>
</html>