Hey guys im looking for a jQuery powered image slider that does same exact function as this one, but not in flash:
http://www.medievaltimes.com/
Any suggestions will be greatly appreciated.
Not to be mean but... google it:
http://plugins.jquery.com/search/node/slideshow%20type%3Aproject_project
http://webanthology.net/1522-jquery-image-slideshowslider-tutorials-and-plugins-for-your-next-projects/2009/11/24/
pretty sure there is an auto-slideshow in there.
check also this: http://jquery.malsup.com/cycle/
Related
I'm trying to make a scrollbar with JavaScript (jQuery) and Divs. I'm not using any plugin because I can't use it because what i'm doing it's an app for a TV.
I've also read some code from a few plugins but with no luck...
This is what i got http://jsfiddle.net/joseadrian/HEp7U/2/
But what i'm trying to do is a copy of the real scrollbar on his left. And I need those buttons 'Subir'(Up) and 'Bajar'(Down) because you can't use a mouse, only the TV Control.
What am I doing wrong?
I hope you can understand me. Thanks in advance.
It seems to be working fine here: http://jsfiddle.net/maniator/HEp7U/7/
Here is a version based off yours where you can see the start and the end: http://jsfiddle.net/maniator/CsJ79/
I'm using the Easy Slider extension for jQuery on my website and can't get it working properly. I have used it before an not had any issues. It is being called successfully and some features of Easy Slider are working but not everything.
Sample Page: http://174.120.138.5/~mjbradle/
CSS: http://174.120.138.5/~mjbradle/sites/all/themes/mjb/main.css
JS: http://174.120.138.5/~mjbradle/sites/all/themes/mjb/slider.js
JS: http://174.120.138.5/~mjbradle/sites/all/themes/mjb/main.js
Any help would be greatly appreciated.
Thanks!
Chuck
In main.js, you're instantiating the slider on the jQuery(".home-slide > ul") element, but it should be instantiated directly on jQuery(".home-slide")
I'm using the s3Slider javascript slideshow on the homepage of a site I am developing:
http://alexisparkinn.com/
I really like this slideshow but it has no way to enable the user to go to the next or previous image.
How can I add these buttons? Does anybody know the necessary javascript code I need to use or what changes should be made.
Suggestions? Any help would be greatly appreciated.
Thanks!
I know you didn't ask for suggestions, but let me just throw this out there as a solution:
http://jquery.malsup.com/cycle/
After messing around with a ton of sliders, I've ended up going back to this one time after time. (and there is a 4KB version if all you want is the fade effect)
It has pretty decent documentation and is overall pretty easy and straightforward to use.
Anyway, just wanted to throw that out there. Best of luck to you!
Just to hack something in, I'd modify your s3slider copy to include something like this (insert at line 38)
$(element).bind("s3slidernext", function() {
current = items[currNo+1];
fadeElement(false);
});
Then you can probably just call
$('#s3slider').trigger("s3slidernext");
To move the slider forward. Bind that to a button and you're all set.
there are many jquery libraries that can help you out there like http://sorgalla.com/projects/jcarousel/
I’m trying to use a premade script for a calendar function on our website.
The script is from:
http://cubiq.org/iscroll/
I’m really really new, so I’m really sorry if this is really newbie.. but is there any way for the script to snap to each list item, when scrolling?
Thanks a lot!!
S
If you just need a calendar like that, cubiq offers a separate plugin: http://cubiq.org/spinning-wheel-on-webkit-for-iphone-ipod-touch
It been a long time that im searching on how can i create my own Coverflow effect with Javascript or Jquery.
So if any one have an idea or can give a something releated with that, it will be great.
Thnx
Try ContentFlow.