0
How do i make a js image carousel that gets triggered with forward and backward buttons
Javascript image carousel
14 Answers
+ 3
It is purely using JQuery, as you tag it in your question, and so is 'impur' JS :P
+ 3
But I think bootstrap use JQuery... if my memory isn't lying to me ;)
+ 3
That's what I've said: JQuery is required for the JS bootstrap :P
+ 2
Do a search on google, you will find some examples/tutos ^^
Anyway, if you're not meaning pure JS as not use of Html/Css :P
+ 1
u can use bootstrap css framework.. or w3school's w3.css
+ 1
Still thabks #sami khan
0
Is it purely using js
0
Oh my fault .I wanted just pure js code
0
I was using bootstrap.I am unable to use js file of that .Can anyone help me with that also
0
Thanks #visph.
i purely appreciate it.
You always have helped a lot 😊
0
and attach these libraries..
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
0
ya @visph