Re: [jQuery] jcarousel issue

2007-03-07 Thread Indigo
On Monday 05 March 2007 20:46, Marshall Salinger wrote: I tried to pull up the image without the ;see| at the end and I get a 404. That is probably why it is only showing the alt text. You probably have your images in a subdirectory and you need to change the path to reflect that. If you

[jQuery] jcarousel issue

2007-03-05 Thread Indigo
I am trying to implement a jcarousel element on a page that is not yet public. The example I'm using is the one with dynamic content loading via ajax - http://sorgalla.com/projects/jcarousel/example_dynamic_ajax.html . My example_dynamic_ajax.txt file looks like this:

Re: [jQuery] jcarousel issue

2007-03-05 Thread Marshall Salinger
Can you post some sample code? It sounds like the paths to your images is wrong. -Marshall -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Indigo Sent: Monday, March 05, 2007 12:23 PM To: discuss@jquery.com Subject: [jQuery] jcarousel issue I am

Re: [jQuery] jcarousel issue

2007-03-05 Thread Abel Tamayo
So your problem comes from using jCarousel or another plugin to get the lightbox effect? If it's jCarousel maybe the routes to each image is not included correctly. If the problem comes from using thickbox, for example, maybe the path to the images isn't being processed correctly for some

Re: [jQuery] jcarousel issue

2007-03-05 Thread Indigo
some sample code? It sounds like the paths to your images is wrong. -Marshall -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Indigo Sent: Monday, March 05, 2007 12:23 PM To: discuss@jquery.com Subject: [jQuery] jcarousel issue I am trying

Re: [jQuery] jcarousel issue

2007-03-05 Thread Indigo
To: discuss@jquery.com Subject: [jQuery] jcarousel issue I am trying to implement a jcarousel element on a page that is not yet public. The example I'm using is the one with dynamic content loading via ajax - http://sorgalla.com/projects/jcarousel/example_dynamic_ajax.html . My

Re: [jQuery] jCarousel with many (100+) items

2007-02-21 Thread Kelvin Luck
Alexandre Plennevaux wrote: Back in the days, i developed in flash a UI that is similar to jCarousel, but showing thousands (!) of items. The same issue quickly arouse, so the solution was to unload/load dynamically the prev/next, say, 20 items. Yeah - that is exactly the approach I'm

Re: [jQuery] jCarousel with many (100+) items

2007-02-21 Thread agent2026
vitch wrote: And I'm wondering if I should add this functionality into jCarousel itself as it might be useful for other people? Yes, you should! :) Adam -- View this message in context: http://www.nabble.com/jCarousel-with-many-%28100%2B%29-items-tf3257540.html#a9079247 Sent from

[jQuery] jCarousel wrapping

2007-02-21 Thread Jim Nimblett
Does anyone know if there is a way to get jCarousel to wrap without 'zooming' from the last to the first item? I would rather just have the first item slide in just as each of the other items have. That way it's more of a seamless loop. Any ideas or suggestions? - Jim

[jQuery] jCarousel with many (100+) items

2007-02-20 Thread vitch
Hi, I'm using jCarousel (great plugin btw) in an app where it will be potentially be displaying 100+ items. Each item is a li with a div, some text and an image inside. From my experiments so far it scales OK to somewhere between 20 and 50 items and then becomes a bit clunky. I've tried using

Re: [jQuery] jCarousel with many (100+) items

2007-02-20 Thread Alexandre Plennevaux
] On Behalf Of vitch Sent: mardi 20 février 2007 10:26 To: discuss@jquery.com Subject: [jQuery] jCarousel with many (100+) items Hi, I'm using jCarousel (great plugin btw) in an app where it will be potentially be displaying 100+ items. Each item is a li with a div, some text and an image inside

Re: [jQuery] JCarousel with two modifies

2007-02-07 Thread Jan Sorgalla
marco76 wrote: Hi I think that this job is very wonderful. I have two request if it's possible. First: How can I do that my carousel ,when it arrives at the last item and I click the next button, doesn't returning to the first one but shows the first one like if it is beyond to

[jQuery] jcarousel - turn off autoscroll

2007-02-01 Thread ddcwick
I'm using the external controls feature (not the next/prev buttons) but I'd like to disable the autoscroll when someone clicks them. autoScrollStopOnInteract appears to only work with the next/prev buttons, isn't affected by clicking on the external controls. Is there a way around this? Thanks

[jQuery] Jcarousel in IFRAME

2007-01-26 Thread chango
People! how is it hanging!? I have a problem trying to do this: I'm using SubModal (like thickBox) to load a page that have the Jcarousel Plugin. SO, I'm using the Jcarousel Plugin inside an IFRAME (autogenerated by SubModal). the problem is that when i click on a image, the popup (autogenerated

Re: [jQuery] jCarousel: index of last item

2007-01-24 Thread agent2026
I would love to see this happen as well, and I hope you can do it. Maybe http://www.nabble.com/Some-Useful-Minor-Plugins-tf3065973.html this would help? Adam Beren wrote: Thanks a lot. I'll keep you updated and post here the answer if I finally get to create a seamless carousel. --

Re: [jQuery] jCarousel Scroll To

2007-01-23 Thread agent2026
That's great Jan, thanks. Is there a way this can be integrated into ThickBox, so clicking prev/next in ThickBox controls the carousel as well? Adam Jan Sorgalla wrote: Hi, i've added a new example to the new version of jCarousel which shows how to use external controls:

Re: [jQuery] jCarousel: index of last item

2007-01-22 Thread Jan Sorgalla
Beren wrote: Hi everyone. I'm trying to design a jCarousel that rotates continously (that is, after the last item the circles closes with the first the one seamlessly). What I'm trying to do is detach the first element in the itemFirstOutHandler event to attach it at the tail with the

Re: [jQuery] jCarousel Scroll To

2007-01-22 Thread Jan Sorgalla
Joseph wrote: I have the following code. $(#mycarousel).jcarousel({ itemVisible:1, itemScroll:1, wrap:false, noButtons:false, scrollAnimation:slow }); I have links elsewhere on the page that when clicked I want jCarousel to scroll

Re: [jQuery] jCarousel Scroll To

2007-01-22 Thread Joseph
Jan, Thanks soo much. I'll give this a try and let you know how it goes. Additionally, once posted, I'll share my site where this is utilized. Thanks, Joe Jan Sorgalla wrote: Joseph wrote: I have the following code. $(#mycarousel).jcarousel({ itemVisible:1,

Re: [jQuery] jCarousel: index of last item

2007-01-22 Thread Abel Tamayo
Thanks a lot. I'll keep you updated and post here the answer if I finally get to create a seamless carousel. On 1/22/07, Jan Sorgalla [EMAIL PROTECTED] wrote: Beren wrote: Hi everyone. I'm trying to design a jCarousel that rotates continously (that is, after the last item the circles

Re: [jQuery] jCarousel Scroll To

2007-01-21 Thread Abel Tamayo
From my experience (I had success in resizing the list to display the number of elements according to the size of the window) I can tell you that the solution is playing with the css attribute letf or right in one of the layers that the script creates. Wich one, I don't know, so you'll have to

[jQuery] jCarousel: index of last item

2007-01-21 Thread Abel Tamayo
Hi everyone. I'm trying to design a jCarousel that rotates continously (that is, after the last item the circles closes with the first the one seamlessly). What I'm trying to do is detach the first element in the itemFirstOutHandler event to attach it at the tail with the carousel.add(index,

[jQuery] jCarousel Scroll To

2007-01-20 Thread Joseph
I have the following code. $(#mycarousel).jcarousel({ itemVisible:1, itemScroll:1, wrap:false, noButtons:false, scrollAnimation:slow }); I have links elsewhere on the page that when clicked I want jCarousel to scroll to the item (index)

Re: [jQuery] jCarousel: Change number of images displayed

2007-01-12 Thread Abel Tamayo
I raised the question and found the answer too. All you have to do is resize the div with class jcarousel-clip. Only problem that might arise is that the new clip div displays a non integer number of items (say 6 and a half or another) and this might not be what you're looking for. I suggest

Re: [jQuery] jCarousel: Change number of images displayed

2007-01-12 Thread agent2026
I like the sound of that. Do you have an example we could see? Adam Abel Tamayo wrote: I raised the question and found the answer too. All you have to do is resize the div with class jcarousel-clip. -- View this message in context:

Re: [jQuery] jCarousel: Change number of images displayed

2007-01-12 Thread Abel Tamayo
I still haven't published the page I'm working on, but I'll post to this same thread as well as in the jQuery powered sites one. But believe me, it works and it's not hard at all if I was able to figure it out. All you need for this kind of debugging is Firebug http://getfirebug.com. On 1/12/07,

Re: [jQuery] jCarousel plugin and browser compatibility

2006-10-16 Thread Jan Sorgalla
Hi, i've tested it in FF 1.5.0.7 and Konqueror 3.4.0 on Linux and it works without any problems. Indigo wrote: Folks: I'm looking at using the jCarousel plugin on my site, but just viewing the examples on the author's site fails in FF(Linux) and Konqueror. In FF(1.5.0.4), the

Re: [jQuery] jCarousel plugin and browser compatibility

2006-10-16 Thread Ⓙⓐⓚⓔ
I have it working fine in ff 2.0 mac, and a in Safari On 10/16/06, Jan Sorgalla [EMAIL PROTECTED] wrote: Hi, i've tested it in FF 1.5.0.7 and Konqueror 3.4.0 on Linux and it works without any problems. Indigo wrote: Folks: I'm looking at using the jCarousel plugin on my site,

[jQuery] jCarousel plugin and browser compatibility

2006-10-15 Thread Indigo
Folks: I'm looking at using the jCarousel plugin on my site, but just viewing the examples on the author's site fails in FF(Linux) and Konqueror. In FF(1.5.0.4), the carousel container is visible but nothing else. And in Konqueror (KDE-3.5.2), the carousel container is not even visible. Is

Re: [jQuery] JCarousel + ajax + Safari = trouble!

2006-10-04 Thread Francisco Brito
I didn't like your puppy.ok, just kidding. On 10/3/06, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: no comments? did you even like my puppy? did any versions work in IE?No safari gurus out there? does Jan Sorgalla have any idea? On 10/2/06, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: My first jquery page was to celebrate my

Re: [jQuery] JCarousel + ajax + Safari = trouble!

2006-10-04 Thread Karl Swedberg
On Oct 3, 2006, at 11:24 PM, Ⓙⓐⓚⓔ wrote: no comments? did you even like my puppy? did any versions work in IE? No safari gurus out there? does Jan Sorgalla have any idea? Hi Jake, I like your puppy. :) Testing in IE 6: http://cigar.dynalias.org/junior/ On page load, I get two alerts

Re: [jQuery] JCarousel + ajax + Safari = trouble!

2006-10-04 Thread Ⓙⓐⓚⓔ
Thanks Karl. The music is setup for quicktime, and totally gratuitous! Once quicktime is loaded most activeX BS should go away hmm No picture on -2 or -3, same as Safari I poked into jCarousel a bit... and didn't see what might be causing this... the carousel spins as if there were pictures,

Re: [jQuery] JCarousel + ajax + Safari = trouble!

2006-10-03 Thread Ⓙⓐⓚⓔ
no comments? did you even like my puppy? did any versions work in IE? No safari gurus out there? does Jan Sorgalla have any idea? On 10/2/06, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: My first jquery page was to celebrate my new puppy, I had a few pictures, and I read about JCarousel, so it was simple!

[jQuery] JCarousel + ajax + Safari = trouble!

2006-10-02 Thread Ⓙⓐⓚⓔ
My first jquery page was to celebrate my new puppy, I had a few pictures, and I read about JCarousel, so it was simple! http://cigar.dynalias.org/junior/ then I realized I needed more pictures, and being too lazy to update the html every time, I decided to parse the index page from my server,

Re: [jQuery] New site using jquery ( jcarousel )

2006-09-11 Thread Andy Matthews
, September 11, 2006 2:16 AM To: jQuery Discussion. Subject: [jQuery] New site using jquery ( jcarousel ) Well the site is life now ( soft launch ) http://www.politieknieuws.nl/ Still need to add a few more modules and ad some extra serverside code to make sure the carousel id is only attached

Re: [jQuery] New site using jquery ( jcarousel )

2006-09-11 Thread Abdur-Rahman Advany
--//- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Armand Datema Sent: Monday, September 11, 2006 2:16 AM To: jQuery Discussion. Subject: [jQuery] New site using jquery ( jcarousel ) Well the site is life now ( soft launch ) http://www.politieknieuws.nl

Re: [jQuery] jCarousel

2006-09-08 Thread Armand Datema
Hi yeah the display s correct now but I have another weird issue in firefox and opera. When i have clicked the button to go forward there is a page refresh and then it starts from the start again Any ideas? Armand On 9/7/06, Jan Sorgalla [EMAIL PROTECTED] wrote: Hi, i hopefully fixed

Re: [jQuery] jCarousel

2006-09-08 Thread Jan Sorgalla
Armand Datema wrote: Hi yeah the display s correct now but I have another weird issue in firefox and opera. When i have clicked the button to go forward there is a page refresh and then it starts from the start again It seems that in Firefox and Opera the button elements are submit

Re: [jQuery] jCarousel

2006-09-08 Thread Armand Datema
Hi Yeah I figured that out allready was just about to mail you ;) After I added in a test custom button there were no issues and so far it works nice in IE Firefox and Opera. Thanks for the great plugin ( i will let you know when the site goes life ) Armand On 9/8/06, Jan Sorgalla [EMAIL

Re: [jQuery] jCarousel

2006-09-08 Thread Armand Datema
After trying it out some more I have a few feature suggestions , check out the following http://politiek2.howardshome.com/Partijen/tabid/53/hmod/menu/default.aspx?pr=508523 I have the following setting // Ride the carousel... jQuery(document).ready(function() {

Re: [jQuery] jCarousel

2006-09-08 Thread Jan Sorgalla
Hi, first... i unfortunately messed up things with safari in the current version. I've just uploaded a fixed version, so, download jcarousel.js again. Armand Datema wrote: After trying it out some more I have a few feature suggestions , check out the following

Re: [jQuery] jCarousel

2006-09-07 Thread kawikak
Great code. One thing, the scrolling doesn't take into account if padding exists in the css for .jcarousel-list li elements. Not sure if it's tough to add or not but that would be great. Right now if padding is added the window is off after scrolling a bit. Very nice work though Jan Sorgalla

Re: [jQuery] jCarousel

2006-09-07 Thread Jan Sorgalla
kawikak wrote: Great code. One thing, the scrolling doesn't take into account if padding exists in the css for .jcarousel-list li elements. Not sure if it's tough to add or not but that would be great. Right now if padding is added the window is off after scrolling a bit. Very nice

Re: [jQuery] jCarousel

2006-09-07 Thread Jan Sorgalla
Hi, i hopefully fixed that, try it again, should work now with: http://sorgalla.com/projects/jcarousel/js/jcarousel.js Jan Armand Datema wrote: HI great code I was hinking about implementing this in a new newsportal where im working on

Re: [jQuery] jCarousel

2006-09-07 Thread kawikak
Thanks for the help. The problem was the padding needs to be added to the within the li and not the li itself. .jcarousel-list li img { padding: 1px; } Works now, thanks! Jan Sorgalla wrote: kawikak wrote: Great code. One thing, the scrolling doesn't take into account if

Re: [jQuery] jCarousel

2006-09-06 Thread Dan Atkinson
Jan, Do you think it'd be possible to do array re-ordering so that, when you get to the end of a list of images, pressing the next (right) button, it'll carry on, instead of either having a ghosted image, or returning you to the start? Also, I think it'd be great to add something into the

Re: [jQuery] jCarousel

2006-09-06 Thread Jan Sorgalla
Dan Atkinson wrote: Do you think it'd be possible to do array re-ordering so that, when you get to the end of a list of images, pressing the next (right) button, it'll carry on, instead of either having a ghosted image, or returning you to the start? Do i understand you right, you mean

Re: [jQuery] jCarousel

2006-09-06 Thread Jan Sorgalla
John Resig wrote: But while writing this, i got the following idea: Why not checking the nodeName and wrapping the html if its a UL or OL and leave it as it is otherwise? That's a perfect idea - I'd be totally game for that. --John I've released a new version which implements

Re: [jQuery] jCarousel

2006-09-05 Thread Karl Swedberg
On Sep 4, 2006, at 5:41 PM, digital spaghetti wrote: It's just a pity at the moment I can't use jQuery, as it seems to be affecting some prototype stuff on my site. Try making sure that your reference to jquery.js comes last to help with compatibility. Also, you might want to look into

Re: [jQuery] jCarousel

2006-09-05 Thread Jan Sorgalla
Andy Matthews wrote: This is AWESOME. I was just looking for something like this. Thanks :) Andy Matthews wrote: In IE 6.0.2 (PC): The vertical carousel: http://sorgalla.com/projects/jcarousel/example_static_vertical.html the 3 pictures appear to be off by about 30 pixels

Re: [jQuery] jCarousel

2006-09-04 Thread Jan Sorgalla
Yea, i thought about that long time. Also regarding Justins suggestion: Justin Carter wrote: In an ideal world it would actually be nice to achieve with just a class name on the unordered list, but I know that might be taking it a bit too far :) At the end, i decided not to handle

Re: [jQuery] jCarousel

2006-09-04 Thread Jan Sorgalla
Hi, i'm working on a solution. Check my first try: http://sorgalla.com/projects/jcarousel-dev/example_static_horizontal.html You can pass callback functions (much like button state handlers) that are called if an item changes its state (becomes first, becomes last, becomes visible). That is

Re: [jQuery] jCarousel

2006-09-04 Thread Dan Atkinson
I think that, then autoscroll would set the images to false. For example, some pseudocode: if(autoscroll == true) { show prev/next images; } Jan Sorgalla wrote: Yea, i thought about that long time. Also regarding Justins suggestion: Justin Carter wrote: In an ideal world it would

Re: [jQuery] jCarousel

2006-09-04 Thread Jan Sorgalla
Autoscrolling doesn't mean that the prev/next controls must be hidden. See: http://sorgalla.com/projects/jcarousel/example_static_auto.html Autoscrolling is enabled but stops if the user clicks prev/next (option autoScrollStopOnInteract which is true by default). I'm more thinking about an

Re: [jQuery] jCarousel

2006-09-04 Thread Jörn Zaefferer
Jan Sorgalla wrote: I'm more thinking about an extension (jCarouselBuilder) which handles the layout tasks (Building prev/next controls etc.)... Hi Jan, it would be nice to see a generic approach to this problem. There a lots of other plugins that need additonal markup which should not

Re: [jQuery] jCarousel

2006-09-04 Thread John Resig
it would be nice to see a generic approach to this problem. There a lots of other plugins that need additonal markup which should not exist when scripting is disabled. Maybe you can document your research on the topic. In case you consider generating the markup via js, this entry (with all

Re: [jQuery] jCarousel

2006-09-04 Thread Jan Sorgalla
the selectors for buttons as options. But that restricts setting up multiple (static) carousels with just one line of jQuery('.jcarousel').jcarousel(); As it is now, you have many options to follow progressive enhancement. You can pre-format the markup with css or just hide it from browser without

Re: [jQuery] jCarousel

2006-09-04 Thread John Resig
IMO, thats too restrictive. What, if the designer wants to have more than one prev and next controls, ie. two above and two below the list? What if he wants to use button elements or whatver instead if images (ok john, you noticed that at the end of your posting)? I guess the issue that I

Re: [jQuery] jCarousel

2006-09-04 Thread Justin Carter
On 9/5/06, John Resig [EMAIL PROTECTED] wrote: What everyone is getting at - and I agree - is that the extra (non-semantic) markup should be included dynamically by the plugin. Thats right, and I didn't mean for the controls to always be included by the plugin, just in generic cases where no

Re: [jQuery] jCarousel

2006-09-03 Thread digital spaghetti
I love this plugin. One thing I wonder if you can help with? I would like to use this for my main navigation. What I'd like to do is display only 1 image at a time, which is a navigation link. Each time the prev/next are pressed and an image is displayed, I would like to have a div next to it

Re: [jQuery] jCarousel

2006-09-02 Thread Dylan Verheul
Woo woo! I was working on a carrousel myself, but I'm hopping on your bus now! Great work, really slick stuff! On 9/2/06, jsorgalla [EMAIL PROTECTED] wrote: Hi there, i'm the next one staying in the line of jQuery plugin authors. I've created a new plugin called jCarousel. Its inspired by

Re: [jQuery] jCarousel

2006-09-01 Thread Matt Stith
Wow, great job!On 9/1/06, jsorgalla [EMAIL PROTECTED] wrote: Hi there,i'm the next one staying in the line of jQuery plugin authors.I've created a new plugin called jCarousel. Its inspired by Bill Scott'sCarousel Component for YUI.Check it out at http://sorgalla.com/pages/jcarousel.html and let

Re: [jQuery] jCarousel

2006-09-01 Thread Justin Carter
On 9/1/06, jsorgalla [EMAIL PROTECTED] wrote: Hi there, i'm the next one staying in the line of jQuery plugin authors. I've created a new plugin called jCarousel. Its inspired by Bill Scott's Carousel Component for YUI. Check it out at http://sorgalla.com/pages/jcarousel.html and let me

Re: [jQuery] jCarousel

2006-09-01 Thread John Resig
Wow - I totally dig this. I'm probably going to end up using it in some projects of mine. I like the attention to details like 'wrap' and ajaxStart/Stop. Great job :) --John i'm the next one staying in the line of jQuery plugin authors. I've created a new plugin called jCarousel. Its inspired