Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with jquery v2.1.4 or jquery.jcarousellite.js #25

Open
catafest opened this issue Jan 8, 2016 · 0 comments
Open

problem with jquery v2.1.4 or jquery.jcarousellite.js #25

catafest opened this issue Jan 8, 2016 · 0 comments

Comments

@catafest
Copy link

catafest commented Jan 8, 2016

The test.html file , jquery-2.1.4.js and jquery.jcarousellite.js and four images into my folder , but seam not working.

<!DOCTYPE html>
<html>
<title>Test jquery - jcarousellite</title>
<head>
<script type="text/javascript" src="jquery-2.1.4.js"></script>
<script type="text/javascript" src="jquery.jcarousellite.js"></script>
</head>
<body>
<script type="text/javascript">
    $(function() {
        $(".carousel").jCarouselLite({
        auto: 800,
        speed: 1000
        });
    });
</script>
<div class="carousel">
<ul>
    <li><img src="1.jpg"></li>
    <li><img src="2.jpg"></li>
    <li><img src="3.jpg"></li>
    <li><img src="4.jpg"></li>
</ul>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant