[jQuery] Re: What is the purpose of th jcarousel this.funcResize() function?

2008-05-23 Thread Jan Sorgalla
Hi, i fixed that in the current version. Jan On 19 Mai, 18:48, Jeff Kenny <[EMAIL PROTECTED]> wrote: > I noticed this message after I posted mine, but apparently this > "this.funcResize()" function is also what's causing IE 6 and 7 to > scrollback when an item in the list is clicked. Here's my

[jQuery] Re: jcarousel: problem with IE (6 & 7) scrolling back

2008-05-23 Thread Jan Sorgalla
Hi, thats a bug. I fixed that in the current version. Jan On 19 Mai, 07:55, Jeff Kenny <[EMAIL PROTECTED]> wrote: > Hi - I noticed a problem on the thickbox example page in both IE 6 and > 7 where when you click on an thumbnail in the carousel to get the > larger image the carousel scrolls back

[jQuery] Re: jCarousel - Multiple rows in horizontal mode (or cols in vertical mode)

2008-04-30 Thread Jan Sorgalla
Hi, you can put whatever you want inside the items. It can be a single image or a table of 9 images. Jan On 30 Apr., 13:00, tekanet <[EMAIL PROTECTED]> wrote: > Hello folks, > I need to put multiple items in a carousel, placed on rows and cols, > with horizontal scrolling. > > Examples. Now my

[jQuery] Re: Scroll, jump, goTo etc problem

2008-04-30 Thread Jan Sorgalla
Hi, check the "external controls" example: http://sorgalla.com/projects/jcarousel/examples/static_controls.html Jan On 30 Apr., 16:03, theVibe <[EMAIL PROTECTED]> wrote: > Hi, > > This is what i want to use. onClick jump to 'imgIndex': > > [...] > > Some > Info > More > Info > > [...] > > > ..

[jQuery] Re: jCarousel circular bug in IE7, separate bug in Firefox (mac)?

2008-04-30 Thread Jan Sorgalla
Hi, i've fixed this. Just download the package again. Jan On 28 Apr., 23:28, ericHurst <[EMAIL PROTECTED]> wrote: > I am usingjCarouselv0.2.3 with jQ 1.2.3. > > I'm having a problem on IE7 where the item that should be displayed on > the left side, next to the back arrow, is cut out. Not only d

[jQuery] Re: jCarousel: HTML structure vs CSS vs documentation

2008-04-29 Thread Jan Sorgalla
Thanks, its fixed now. Jan On 28 Apr., 12:45, "Glenn Nilsson" <[EMAIL PROTECTED]> wrote: > Sorry, wrong line number, 24, not 28. > > * > > On Mon, Apr 28, 2008 at 12:42 PM, Glenn Nilsson <[EMAIL PROTECTED]> wrote: > > Hi, > > > just upgraded thejCarouselplugin to the newly released version >

[jQuery] Re: jCarousel infinite loop problem w/ multiple carousels on display: none

2008-04-18 Thread Jan Sorgalla
Hi, On 17 Apr., 21:00, jack <[EMAIL PROTECTED]> wrote: > Could anyone tell me the purpose of binding the window resize to > reload the carousel? Why would this need to happen by default, it > seems unnecessary...? thats because you can control the behaviour of the width from outside with css. O

[jQuery] Re: jCarousel - highlight current external control

2008-04-18 Thread Jan Sorgalla
Hi, could you please show an example page. Jan On 16 Apr., 08:19, "Ryan M." <[EMAIL PROTECTED]> wrote: > I'm attempting to use thejCarouselplugin, and have been able to set > up what I want, for the most part. In the carousel I've built, I'm > only showing one image at a time, and am using exte

[jQuery] Re: jCarousel problems in IE6 and 7

2008-04-10 Thread Jan Sorgalla
Hi, can you please post a link the page. Jan On 9 Apr., 17:52, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm usingjCarouselto scroll a list of images (linked to pages) > horizontally. It's a simple setup - the carousel is inside a div that > has a background colour set in another stylesh

[jQuery] Re: jcarousel problem under Safari

2008-04-03 Thread Jan Sorgalla
Hi, On 3 Apr., 13:09, tetris <[EMAIL PROTECTED]> wrote: > i am experiencing this under safari: if i do resize my browser > window , the carousel gets some very weird behavior, anyone > experiencing this? yes, i'm also experiencing weird bahaviours in safari. I'm not sure if thats a jquery.ready(

[jQuery] Re: jcarousel scroll breaks in IE6 + IE7

2008-03-31 Thread Jan Sorgalla
Hi, you should initialize jCarousel like this: jQuery(document).ready(function() { jQuery('#mycarousel').jcarousel({ scroll: 1 }); }); Remove the comma after scroll: 1 IE does not accept a comma after the last entry in hashes. On 25 Mrz., 16:19, "[EMAIL PROTECTED]" <[EMAIL PROT

[jQuery] Re: jCarousel infinite loop problem w/ multiple carousels on display: none

2008-01-31 Thread Jan Sorgalla
Hi, i couldn't reproduce that. Can you please create a cleaned up sample page (without google maps) where i can test it. Jan On 31 Jan., 04:04, Todd <[EMAIL PROTECTED]> wrote: > I am attempting to build a page with multiple carousels, that by > default, only one displays. When you click on an

[jQuery] Re: Jcarousel problems in Safari.

2007-11-30 Thread Jan Sorgalla
Hi, On 30 Nov., 12:55, jonhobbs <[EMAIL PROTECTED]> wrote: > Hi, > > I've been trying to use Jcarousel -http://sorgalla.com/jcarousel/- > I'm sure some of you will know of it. > > The problem is that I was coming across all sorts of display bugs in > the PC version of Safari (version 3.0.3). I th

[jQuery] Re: jCarousel: No width/height set for items.

2007-11-24 Thread Jan Sorgalla
Hi, On 23 Nov., 13:36, sukhminder <[EMAIL PROTECTED]> wrote: > I have implemented jCarousel dynamically loading images with AJAX. It > runs fine until I click some other link on the page and it shows me > the following error: "jCarousel: No width/height set for items. This > will cause an infinit

[jQuery] Re: jcarousel using jquery - VERY slow init in IE7

2007-11-12 Thread Jan Sorgalla
Hi, On 12 Nov., 20:53, tflanders <[EMAIL PROTECTED]> wrote: > I have a very simple jcarousel example that works perfectly in Firefox > but takes about 20 seconds to startup in IE7. > > This is using jcarousel 0.2.1 and jquery 1.2.1. > > Here is a link to the sample (very straightforward > html):

[jQuery] Re: cross domain ajax calls

2007-11-12 Thread Jan Sorgalla
Hi, On 12 Nov., 15:50, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > thank you so much karl. > > i forgot to point out that i need a client-side solution. > > because, the server which is serving the xml document i need, only > accepts one request per second. if you query more, the server bloc

[jQuery] Re: jcarousel: how to count click next and previous

2007-11-10 Thread Jan Sorgalla
magostoni schrieb: > Hi, > I begin to use jcarousel now, and I think it is verey very well maked. > I am not so expert in js so I have a need: > > I have to external control for next and prevoius button and they > scroll fine. I want to take count of next and previous so I think to a > variable t

[jQuery] Re: Initialization of jCarousel with too few elements.

2007-11-07 Thread Jan Sorgalla
Hi, On 5 Nov., 16:28, Glenn Nilsson <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm trying to figure out if I'm doing something wrong or if there's a > bug injCarousel. > > The number of items in myjcarouselis dynamic, and i have a 'live > filtering' feature on the client side too, so the numbe

[jQuery] Re: how to trigger jCarousel callbacks from the outside..

2007-10-28 Thread Jan Sorgalla
in the body of the document. > > Thanks again. > > On Oct 24, 7:51 am, Jan Sorgalla <[EMAIL PROTECTED]> wrote: > > > Hi, > > > On 23 Okt., 21:23, pigeonpoop <[EMAIL PROTECTED]> wrote: > > > > That's basically my question for you guys..

[jQuery] Re: how to trigger jCarousel callbacks from the outside..

2007-10-24 Thread Jan Sorgalla
Hi, On 23 Okt., 21:23, pigeonpoop <[EMAIL PROTECTED]> wrote: > That's basically my question for you guys.. How do you feel i should > go about this? I have multiple instances of jCarousel started on my > page and i can't seem to figure it out. What i want to do is load all > remaining pics into t

[jQuery] Re: thumbnails in jCarousel inquiry

2007-10-05 Thread Jan Sorgalla
Hi, Steve Finkelstein schrieb: > Hi all, > > My thumbnails in jCarousel are distorting the aspect ratio of my > photos. Here's an example: > > http://www.f1autoimports.com/inventory/single/11 > > Would anyone be kind enough to tell me how I can re-adjust the default > size to make this look more

[jQuery] Re: Ajax and Flickr picture load??

2007-09-28 Thread Jan Sorgalla
Hi, dmitryseliv wrote: > > Can someobody point me in right direction who to load pictures dynamicly > from flickr? > I can't seems to make the sample work that cames with the pages. > file dynamic_flickr_api.php has this referrence > include '../../config.flickr.php'; > But package does not hav

[jQuery] Re: Prev and Next problem

2007-09-15 Thread Jan Sorgalla
Hi, that happens due to a bug in jQuery 1.2. You either have to wait for 1.2.1 (which is scheduled for this weekend) or use the older version delivered with jCarousel. debussy007 wrote: > > Hello, > > I have a problem to make this plugin running correctly for my web site. > > I have been tr

[jQuery] Re: Bug IE6 only (next and previous button)

2007-09-13 Thread Jan Sorgalla
Hi, did you tried it with exactly the code i posted? Jan Chboc wrote: > > Hi Jan, > > I'd try your fix but the bug still there. I don't know what to do. > > Alex > > > Jan Sorgalla wrote: >> >> Hi, >> >> >> Chboc w

[jQuery] Re: Bug IE6 only (next and previous button)

2007-09-13 Thread Jan Sorgalla
Hi, Chboc wrote: > > Hello, > > I had a bug on the next and previous button, the height isn’t applied. > I want 13px but on IE6 i get 19px, how to set the height to 13px? > > example of my jcaroussel > http://www.hybridbears.com/jcaroussel/index.htm > > Thank you > that happens due to the

[jQuery] Re: Bug IE6 only (next and previous button)

2007-09-13 Thread Jan Sorgalla
Hi, On 13 Sep., 15:07, Chboc <[EMAIL PROTECTED]> wrote: > Hello, > > I had a bug on the next and previous button, the height isn't applied. > I want 13px but on IE6 i get 19px, how to set the height to 13px? > > example of my jcarousselhttp://www.hybridbears.com/jcaroussel/index.htm that happens

[jQuery] Re: need help to add the autoscroll together with the external controls

2007-08-05 Thread Jan Sorgalla
Hi, boxerfresse wrote: > > I don`t know how to add the external control "the pagination of the links" > automatic like this contentfade from > http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm > http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm is > the

[jQuery] Re: jCarousel question

2007-08-04 Thread Jan Sorgalla
Hi, On 4 Aug., 18:27, Fasita <[EMAIL PROTECTED]> wrote: > Hi guys, > > Thanks so much for the info. I put up a test page > athttp://www.lakefeverproductions.com/test. > > The carousel now starts on the middle item. The only issue now is that > when clicking the previous or next buttons from eith

[jQuery] Re: jCarousel question

2007-08-04 Thread Jan Sorgalla
Hi On 3 Aug., 19:51, Fasita <[EMAIL PROTECTED]> wrote: > Hi, quick question about jCarousel: > > I have 3 items in the carousel, showing only one at a time. What I'm > trying to accomplish is have the middle item showing on start, so you > can scroll one item left or right. > > When I set the 'st

[jQuery] Re: Dynamic Load Ajax of 2 jcarousel same page

2007-08-02 Thread Jan Sorgalla
Hi, Joshp wrote: > > I have searched and haven't quite come up with an answer. I'm trying to > load 2 separate carousels on the same page from different .txt file > sources. I'm not sure what I need to change. I tried putting two > separate Javascript jcarousel code on the same page and jus

[jQuery] Re: need help to add the autoscroll together with the external controls

2007-07-26 Thread Jan Sorgalla
Hi, boxerfresse wrote: > > hi, Iàm new to jquery and I have tried to add the autoscroll function > together with the external control ... > can someone give me a tip how to ?? > > thank Stefan > what does exactly not work? You can just create the carousel as shown in the "Carousel with exte

[jQuery] Re: Non integer amount of visible items

2007-07-09 Thread Jan Sorgalla
Hi, this mix is a bit difficult to handle. I've updated jquery.jcarousel.js. Please download it from http://sorgalla.com/projects/jcarousel/ and try if it works now for you. Jan yhager wrote: > > > > Jan Sorgalla wrote: >> >> >> yhager wrote: >>&

[jQuery] Re: [JCarousel] Auto Scrolling

2007-07-07 Thread Jan Sorgalla
Hi, On 7 Jul., 16:42, "Thomas Thomas" <[EMAIL PROTECTED]> wrote: > Hi all, > > I want to auto-scroll images using JCarousel horizontally. > I can notice it scrolls automatically from right to left, but when it > reaches the end it doesn't go from left to right. > I can notice in the code it is su

[jQuery] Re: i want to display the pictures one by one

2007-07-03 Thread Jan Sorgalla
Hi, ioutz wrote: > > i'm using the simple static way, but i've changed from the css the width > of the container to match the width of my pics. the problem is that it > shows me first pic, then the 4th, etc... is skipping 3 pics. i have > changed the scroll to 1, but no effect. what i have

[jQuery] Re: jCarousel: start image

2007-07-02 Thread Jan Sorgalla
Hi, On Jul 2, 5:17 pm, Field <[EMAIL PROTECTED]> wrote: > Hi, friends! > > I very like to use jCarousel, this excellent plugin. But I can't understand > how to scroll carousel to x item automatically. > > For example: I have 50 items in carousel. After page loading I need to see > not first ite

[jQuery] Re: Non integer amount of visible items

2007-06-28 Thread Jan Sorgalla
yhager wrote: > > Hi, > > I am trying to achieve a view of 3.5 DIVs in jcarousel. The reason is that > in terms of usability, it gives the user the understanding there is more > info and he needs to scroll if he wants to view it. > > While I haven't dived deep into the code yet, when I try to

[jQuery] Re: jCarouselLite - my first plugin - anxiously awaiting comments

2007-06-27 Thread Jan Sorgalla
Hi, On Jun 27, 6:40 pm, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > Thanks Jan, I will take a look at it. To be honest, i was planning to dig > into your source code this weekend. Now that you have pointed me to the > exact functions that i need to de-code, i guess, you have saved me a lot of

[jQuery] Re: jCarouselLite - my first plugin - anxiously awaiting comments

2007-06-27 Thread Jan Sorgalla
Hi, On Jun 27, 2:24 am, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > brandon, > > no luck buddy... outerHeight returns the result that excludes the margin > values of the element. > i would like the width of the element including the margin values as well... you should check the dimension() a

[jQuery] Re: jCarousel flicker in FF 2.0

2007-06-10 Thread Jan Sorgalla
Hi, On 11 Jun., 00:38, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm trying to implement jCarousel (0.2.0-beta) and am having trouble > with it in Firefox 2.0/Win XP > > http://www.homefront.tv/clients/gephardt/build/flicker.html > > After the slide effect, there's a flicker of white.

[jQuery] Re: Problem with jCarousel 0.2.0 in IE tables

2007-05-27 Thread Jan Sorgalla
Hi On 27 Mai, 11:12, Jens <[EMAIL PROTECTED]> wrote: > I'm trying to use your beta 0.2.0 with jcarousel inside a table. Doing > this corrupts the table layout in IE 7. I have not tried it in other > versions of jcarousel. it seems that the width of the table cells are calculated before jcarousel

[jQuery] Re: jcarousel with flash content and changing display prop

2007-05-26 Thread Jan Sorgalla
Hi On 27 Mai, 00:42, JacobSingh <[EMAIL PROTECTED]> wrote: > I'm trying to use jcarousel to cycle through flash objects. I've got > the whole thing working well rotating out my HTML, but the problem is > flash's z-index issue. To solve this, I figured I'd use the > ItemVisible handlers to hide

[jQuery] Re: Streaming information from a server

2007-05-21 Thread Jan Sorgalla
Hi, On May 21, 10:58 am, peter <[EMAIL PROTECTED]> wrote: > I have a server application where I start a long running process and > want to give the user feedback on how it is progressing. I need the > server process to send information every few seconds. > > I have had a look at heartbeat and rss

[jQuery] Re: Initial images not showing up in IE6

2007-05-21 Thread Jan Sorgalla
Hi, On May 19, 1:47 am, mpmchugh <[EMAIL PROTECTED]> wrote: > I'm having a problem.Initialimages are not showing up in IE until a > millisecond before autoscroll advances, or if manual, until you click the > forward arrow. > > This is working fine in Firefox and Safari. > > I'm using background i

[jQuery] Re: jCarousel

2007-05-11 Thread Jan Sorgalla
Hi, On May 11, 3:51 pm, [EMAIL PROTECTED] wrote: > Hi folks > > 2 things (both related) regarding jCarousel > > Beta 0.2.0 - Am I right in asumming that the old 'itemStart' var is > not equivalent to 'start'. > If it is equivalent; this may be a bug, if it isn't; is this feature > being dropped?

[jQuery] Re: jCarousel 0.2.0 Beta

2007-05-10 Thread Jan Sorgalla
ly with msie > > On May 10, 10:28 am, Jan Sorgalla <[EMAIL PROTECTED]> wrote: > > > Hi Bil, > > > thanks for the hint. I've updated the instructions. > > > Jan > > > On May 10, 9:07 am, Bil Corry <[EMAIL PROTECTED]> wrote: > > >

[jQuery] Re: jCarousel 0.2.0 Beta

2007-05-10 Thread Jan Sorgalla
Hi Bil, thanks for the hint. I've updated the instructions. Jan On May 10, 9:07 am, Bil Corry <[EMAIL PROTECTED]> wrote: > Jan Sorgalla wrote on 5/9/2007 11:53 PM: > > > You forgot to include the stylesheets. Don't forget to include both > > the core and skin

[jQuery] Re: jCarousel 0.2.0 Beta

2007-05-09 Thread Jan Sorgalla
no container etc... though the > container is visible through dom inspector... > > On May 10, 5:33 am, Equand <[EMAIL PROTECTED]> wrote: > > > ok that's fine, but i can't manage to get it work... ( > > > On May 8, 8:02 pm, Jan Sorgalla <[EMAIL PROTECTED]

[jQuery] Re: jCarousel 0.2.0 Beta

2007-05-08 Thread Jan Sorgalla
Hi, check the blog post: http://sorgalla.com/2007/05/07/jcarousel-020-beta/ Jan On 8 Mai, 17:37, Equand <[EMAIL PROTECTED]> wrote: > sorry, can't find "changes" log, so what's new? > > On May 8, 3:42 pm, Jan Sorgalla <[EMAIL PROTECTED]> wrote: > >

[jQuery] jCarousel 0.2.0 Beta

2007-05-08 Thread Jan Sorgalla
Hi, i've released the a new version of jCarousel yesterday. The source code is completely rewritten and i've tried to make it more flexible and to cover most of the features requested on the mailinglist. Online: http://sorgalla.com/projects/jcarousel-0.2.0-beta/ Related blog post: http://sorgall

[jQuery] Re: Thickbox 3 and Jcarousel hack

2007-05-07 Thread Jan Sorgalla
Hi, paulg wrote: > > Hi, I'm using jcarousel on a site along with your Thickbox integration, > and I love it! I'd like to move up to Thickbox 3.0, but it doesn't work > out-of-the-box with Jcarousel. I recall that you said you had to use a > hack because Thickbox doesn't work with manipulated d

[jQuery] Re: hover and autoscroll

2007-05-01 Thread Jan Sorgalla
Hi, saffamike wrote: > > Hi > > I would also like to do the mouseover effect. I searched through the code > and I couldn't find the reference to "crossbar". I am a JavaScript newbie > so any help would be greatly appreciated. > > Thanks > Mike > what source code did you looked at. I meant

[jQuery] Re: .load jcarousel

2007-04-19 Thread Jan Sorgalla
Hi, lucharles wrote: > > i am trying to use the .load in jquery to inject a jcarousel into my > document. is this possible? when clicking the site navigation the images > appear in a vertical list instead of hidden and sliding. something seems > to not be loading. > > for an example th eurl i

[jQuery] Re: a grid rather than a row

2007-04-19 Thread Jan Sorgalla
pwnw31842 wrote: > > i'm using example_dynamic_ajax.html as a basis on which to construct it, > pulling image references from the txt file. > > But If i'm automatically pulling the images from flickr or a txt file how > do i prevent it from putting each image in an LI? > > it seems like ther

[jQuery] Re: a grid rather than a row

2007-04-18 Thread Jan Sorgalla
pwnw31842 wrote: > > i want to be able to display a grid of photos rather than a single row. > For example 16 photos in a 4x4 grid. > > scrolling next or previous would then show the next/previous 16 (still in > a grid) > > no matter what i try i can't get the carousel to wrap the li items.

[jQuery] Re: Form plugin: file upload question

2007-04-16 Thread Jan Sorgalla
> > Just to make sure: Do you have enctype="multipart/form-data" as > > attribute in your form tag? > > The plugin does that for you. :-) Ok ;) Just saw guys debugging for hours before they noticed that they just forgot it... Jan

[jQuery] Re: Form plugin: file upload question

2007-04-16 Thread Jan Sorgalla
HI, On 16 Apr., 21:42, "cdomigan" <[EMAIL PROTECTED]> wrote: > I'm having the same problem. The value (ie the path) in the file field > is passed to my server, but my $_FILES array is empty! > > Any ideas? Just to make sure: Do you have enctype="multipart/form-data" as attribute in your form tag

[jQuery] Re: hover and autoscroll

2007-04-13 Thread Jan Sorgalla
Hi, blairafon wrote: > > is it possible to autoscroll using Jcarousel on a mouseover instead of > having to click the arrow? see an example http://www.vibesconnect.com > here > > also if jcarousel cannot do that, what are they using for that effect? > > your help will be greatly appreciated

[jQuery] Re: Flexible jCarousel

2007-04-13 Thread Jan Sorgalla
Klaus Hartl wrote: > Jan Sorgalla schrieb: > > ok, i see now. One of the main differences between the old and the new > > version of jCarousel is, that you no longer have to pass itemsVisible > > as option. The number of visible items are calculated on the fly > > de

[jQuery] Re: Flexible jCarousel

2007-04-12 Thread Jan Sorgalla
Hi, On 12 Apr., 21:13, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Klaus Hartl schrieb: > > > Here's what I did - it's a hack and you could do better but it works for > > now and you get the picture: > > > I added a flexibleWidth option and than added the following lines to the > > init method: > >

[jQuery] Re: Flexible jCarousel

2007-04-12 Thread Jan Sorgalla
Hi Klaus, > Hi jQuerians! > > I was wondering if there is a mod for jCarousel out there, that allows > it to be flexible? I need the width of the list and its items to be > flexible (depending on the browser width). > > I tried only a bit yet and tinkered with the windows resize event, to > adjus

[jQuery] Re: Encoding forgin languages Jquery+Validation plugin - help!

2007-04-05 Thread Jan Sorgalla
amircx wrote: > uh, maybe. but its still sends gibrish (try to see in firefox the headers > that sends) > > and im using php, some of the answers here pepole sent ill be happy if can > translate the code language to php Do you send correct headers in your PHP script before outputting the jso

[jQuery] Re: Encoding forgin languages Jquery+Validation plugin - help!

2007-04-05 Thread Jan Sorgalla
Hi, amircx wrote: > > hey all, i need a bit help. i got this form (its in development) : > http://www.amir.cx/test5.php , the problem is that once i hit submit and > paste a non english letter its makes a problem and dont accept it, or > think that is long letter , try to write there "שלוםלכם"