View Full Version : Image scroller with text and scroll bar
Dazza30
12-13-2008, 01:39 PM
I like the free gift scroller on this site http://www.directphoneshop.co.uk/
does anyone know where i can get it, or something similar?
Medyman
12-13-2008, 05:09 PM
You can make your own using the Slider widget (http://docs.jquery.com/UI/Slider) of jQuery's UI branch (http://ui.jquery.com/).
Here (http://jqueryfordesigners.com/slider-gallery/) is a tutorial that walks you through how to mimic Apple's product slider (http://www.apple.com/itunes/). It's basically the same thing.
Dazza30
12-13-2008, 06:14 PM
You can make your own using the Slider widget (http://docs.jquery.com/UI/Slider) of jQuery's UI branch (http://ui.jquery.com/).
Here (http://jqueryfordesigners.com/slider-gallery/) is a tutorial that walks you through how to mimic Apple's product slider (http://www.apple.com/itunes/). It's basically the same thing.
Thanks for the information Medyman, what youve given me looks comprehensive.
What kind of things are possible with jQuery?
Snookerman
12-13-2008, 06:33 PM
Just google for jQuery tutorials, you will find heaps of stuff. Here are some good ones to start with:
http://blog.themeforest.net/category/tutorials/ (http://blog.themeforest.net/category/tutorials/)
http://www.webdesignerwall.com/tutorials/jquery-tutorials-for-designers/ (http://www.webdesignerwall.com/tutorials/jquery-tutorials-for-designers/)
Medyman
12-14-2008, 02:56 PM
What kind of things are possible with jQuery?
Most things that you would use JavaScript for that alter the DOM. jQuery basically applies an easier syntax -- an interface, if you will -- to pure JavaScript.
It's not a substitute of JavaScript, but in most basic to intermediate applications, it can be cleaner to implement than pure JavaScript.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.