HighDots Forums  

Horizontal image carousel w/scrollbar plugin for jQuery?

jQuery jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.


Discuss Horizontal image carousel w/scrollbar plugin for jQuery? in the jQuery forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
tatlar
 
Posts: n/a

Default Horizontal image carousel w/scrollbar plugin for jQuery? - 11-05-2009 , 12:39 AM






Hi jQuery gurus,

Has anyone seen an equivalent of dyn-web's scrollbar but written on
top of jQuery?

http://www.dyn-web.com/code/scroll/horiz.php

I have a client who wants this functionality, but I cannot use the dyn-
web as it conflicts with the jQuery plugins that I am currently using.
I assume it is due to how events are registered and handled.

I have searched all over but cannot find (a) an image carousel that is
controlled with an onmouse event (they are all onclick events), and
(b) the scrollbar progression beneath the carousel as the user moves
horizontally through the gallery.

I am more than happy to attempt to write my own, but if anyone knows
of any pointers to get me started I would be most grateful.

FWIW I am currently using the jCarouselLite plugin, which is great,
but just not _exactly_ what the client wants.

Thanks in advance.

Reply With Quote
  #2  
Old   
Karl Swedberg
 
Posts: n/a

Default Re: [jQuery] Horizontal image carousel w/scrollbar plugin for jQuery? - 11-05-2009 , 08:32 AM






The jQuery UI Slider is great for this sort of thing. It's not an out-
of-the-box solution, but if you're willing to write some of your own
code, it can make doing this sort of thing a lot easier.

Here are two implementations that I've put together. Nothing
spectacular, and probably not exactly what you're looking for, but it
should give you an idea of what can be done:

http://www.fusionary.com/
http://www.highpointre.com/


--Karl

____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com




On Nov 5, 2009, at 12:39 AM, tatlar wrote:

Quote:
Hi jQuery gurus,

Has anyone seen an equivalent of dyn-web's scrollbar but written on
top of jQuery?

http://www.dyn-web.com/code/scroll/horiz.php

I have a client who wants this functionality, but I cannot use the
dyn-
web as it conflicts with the jQuery plugins that I am currently using.
I assume it is due to how events are registered and handled.

I have searched all over but cannot find (a) an image carousel that is
controlled with an onmouse event (they are all onclick events), and
(b) the scrollbar progression beneath the carousel as the user moves
horizontally through the gallery.

I am more than happy to attempt to write my own, but if anyone knows
of any pointers to get me started I would be most grateful.

FWIW I am currently using the jCarouselLite plugin, which is great,
but just not _exactly_ what the client wants.

Thanks in advance.

Reply With Quote
  #3  
Old   
tatlar
 
Posts: n/a

Default Re: Horizontal image carousel w/scrollbar plugin for jQuery? - 11-05-2009 , 11:54 AM



Hi Karl,

Thanks for the response. Wow - those solutions are pretty tight.

The Highpoint site JS source code is slightly easier to read that the
Fusionary site, so I will study that.

Best regards,
- Rob

On Nov 5, 5:32*am, Karl Swedberg <k... (AT) englishrules (DOT) com> wrote:
Quote:
The jQuery UI Slider is great for this sort of thing. It's not an out-
of-the-box solution, but if you're willing to write some of your own *
code, it can make doing this sort of thing a lot easier.

Here are two implementations that I've put together. Nothing *
spectacular, and probably not exactly what you're looking for, but it *
should give you an idea of what can be done:

http://www.fusionary.com/http://www.highpointre.com/

--Karl

____________
Karl Swedbergwww.englishrules.comwww.learningjquery.com

On Nov 5, 2009, at 12:39 AM, tatlar wrote:

Hi jQuery gurus,

Has anyone seen an equivalent of dyn-web's scrollbar but written on
top of jQuery?

http://www.dyn-web.com/code/scroll/horiz.php

I have a client who wants this functionality, but I cannot use the *
dyn-
web as it conflicts with the jQuery plugins that I am currently using.
I assume it is due to how events are registered and handled.

I have searched all over but cannot find (a) an image carousel that is
controlled with an onmouse event (they are all onclick events), and
(b) the scrollbar progression beneath the carousel as the user moves
horizontally through the gallery.

I am more than happy to attempt to write my own, but if anyone knows
of any pointers to get me started I would be most grateful.

FWIW I am currently using the jCarouselLite plugin, which is great,
but just not _exactly_ what the client wants.

Thanks in advance.

Reply With Quote
  #4  
Old   
wshawn
 
Posts: n/a

Default Re: Horizontal image carousel w/scrollbar plugin for jQuery? - 11-05-2009 , 02:13 PM



Have you looked at: http://flowplayer.org/tools/demos/scrollable/index.html

This is by far one of the most flexible ones I have ever seen.

On Nov 5, 12:39*am, tatlar <robertlnew... (AT) gmail (DOT) com> wrote:
Quote:
Hi jQuery gurus,

Has anyone seen an equivalent of dyn-web's scrollbar but written on
top of jQuery?

http://www.dyn-web.com/code/scroll/horiz.php

I have a client who wants this functionality, but I cannot use the dyn-
web as it conflicts with the jQuery plugins that I am currently using.
I assume it is due to how events are registered and handled.

I have searched all over but cannot find (a) an image carousel that is
controlled with an onmouse event (they are all onclick events), and
(b) the scrollbar progression beneath the carousel as the user moves
horizontally through the gallery.

I am more than happy to attempt to write my own, but if anyone knows
of any pointers to get me started I would be most grateful.

FWIW I am currently using the jCarouselLite plugin, which is great,
but just not _exactly_ what the client wants.

Thanks in advance.

Reply With Quote
  #5  
Old   
wshawn
 
Posts: n/a

Default Re: Horizontal image carousel w/scrollbar plugin for jQuery? - 11-05-2009 , 02:18 PM



Have you considered: http://flowplayer.org/tools/demos/scrollable/index.html

I is one of the most flexible ones I have seen.
On Nov 5, 11:54*am, tatlar <robertlnew... (AT) gmail (DOT) com> wrote:
Quote:
Hi Karl,

Thanks for the response. Wow - those solutions are pretty tight.

The Highpoint site JS source code is slightly easier to read that the
Fusionary site, so I will study that.

Best regards,
- Rob

On Nov 5, 5:32*am, Karl Swedberg <k... (AT) englishrules (DOT) com> wrote:

The jQuery UI Slider is great for this sort of thing. It's not an out-
of-the-box solution, but if you're willing to write some of your own *
code, it can make doing this sort of thing a lot easier.

Here are two implementations that I've put together. Nothing *
spectacular, and probably not exactly what you're looking for, but it *
should give you an idea of what can be done:

http://www.fusionary.com/http://www.highpointre.com/

--Karl

____________
Karl Swedbergwww.englishrules.comwww.learningjquery.com

On Nov 5, 2009, at 12:39 AM, tatlar wrote:

Hi jQuery gurus,

Has anyone seen an equivalent of dyn-web's scrollbar but written on
top of jQuery?

http://www.dyn-web.com/code/scroll/horiz.php

I have a client who wants this functionality, but I cannot use the *
dyn-
web as it conflicts with the jQuery plugins that I am currently using..
I assume it is due to how events are registered and handled.

I have searched all over but cannot find (a) an image carousel that is
controlled with an onmouse event (they are all onclick events), and
(b) the scrollbar progression beneath the carousel as the user moves
horizontally through the gallery.

I am more than happy to attempt to write my own, but if anyone knows
of any pointers to get me started I would be most grateful.

FWIW I am currently using the jCarouselLite plugin, which is great,
but just not _exactly_ what the client wants.

Thanks in advance.

Reply With Quote
  #6  
Old   
tatlar
 
Posts: n/a

Default Re: Horizontal image carousel w/scrollbar plugin for jQuery? - 11-05-2009 , 07:56 PM



Hi wshawn,

Yes - I checked out Flowplayer but didn't see a scrollbar progression
along the base of the carousel like in the Dyn-web interface. Unless I
am missing something in the options? I just saw filled or empty dots
to reflect the progress - not a 'slideresque' bar like my client
requires. Please correct me if I am wrong in that assumption.

On Nov 5, 11:18*am, wshawn <sh... (AT) sanityllc (DOT) com> wrote:
Quote:
Have you considered:http://flowplayer.org/tools/demos/scrollable/index.html

I is one of the most flexible ones I have seen.
On Nov 5, 11:54*am, tatlar <robertlnew... (AT) gmail (DOT) com> wrote:

Hi Karl,

Thanks for the response. Wow - those solutions are pretty tight.

The Highpoint site JS source code is slightly easier to read that the
Fusionary site, so I will study that.

Best regards,
- Rob

On Nov 5, 5:32*am, Karl Swedberg <k... (AT) englishrules (DOT) com> wrote:

The jQuery UI Slider is great for this sort of thing. It's not an out-
of-the-box solution, but if you're willing to write some of your own *
code, it can make doing this sort of thing a lot easier.

Here are two implementations that I've put together. Nothing *
spectacular, and probably not exactly what you're looking for, but it *
should give you an idea of what can be done:

http://www.fusionary.com/http://www.highpointre.com/

--Karl

____________
Karl Swedbergwww.englishrules.comwww.learningjquery.com

On Nov 5, 2009, at 12:39 AM, tatlar wrote:

Hi jQuery gurus,

Has anyone seen an equivalent of dyn-web's scrollbar but written on
top of jQuery?

http://www.dyn-web.com/code/scroll/horiz.php

I have a client who wants this functionality, but I cannot use the *
dyn-
web as it conflicts with the jQuery plugins that I am currently using.
I assume it is due to how events are registered and handled.

I have searched all over but cannot find (a) an image carousel that is
controlled with an onmouse event (they are all onclick events), and
(b) the scrollbar progression beneath the carousel as the user moves
horizontally through the gallery.

I am more than happy to attempt to write my own, but if anyone knows
of any pointers to get me started I would be most grateful.

FWIW I am currently using the jCarouselLite plugin, which is great,
but just not _exactly_ what the client wants.

Thanks in advance.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.