[jQuery] Re: jCarouselLite - set to scroll if...

2009-09-30 Thread Jon Banner
No idea if this will work for you. get the height of the content you wish to scroll. http://docs.jquery.com/CSS/height if its greater than the height of your carousel item, add the auto call to the plugin... presume that you have seen all this http://www.gmarwaha.com/jquery/jcarousellite/ best,

[jQuery] Re: jCarouselLite - set to scroll if...

2009-09-30 Thread john.mbiddu...@googlemail.com
can anyone help here? On 29 Sep, 16:59, "john.mbiddu...@googlemail.com" wrote: > hi, I am using the jCarouselLite which I got from here in my webpage > and would like to be able to start the scroll if the text that is > inside the div falls outside the height of it?! > > Please help!

[jQuery] Re: JCarouselLite - pause scrolling

2009-09-21 Thread Steffan A. Cline
on 9/21/09 4:27 AM, dudal at jes...@dudal.com wrote: > > Hi again > > I have put up a minified version of the script: > http://www.dudal.com/jquery/jquery.jcarousellite.pauseOnHover.min.js > > The minifyer choked on a css "float" attribute in the original script. > Seems that the minified vers

[jQuery] Re: JCarouselLite - pause scrolling

2009-09-21 Thread dudal
Hi again I have put up a minified version of the script: http://www.dudal.com/jquery/jquery.jcarousellite.pauseOnHover.min.js The minifyer choked on a css "float" attribute in the original script. Seems that the minified version is working fine after quoting "float". Best Jesper On 19 Sep.,

[jQuery] Re: JCarouselLite - pause scrolling

2009-09-19 Thread Steffan A. Cline
on 9/18/09 7:49 AM, dudal at jes...@dudal.com wrote: > > Hey Steffan > > I'm glad you like it. I used to go with the "full" carousel version > just for this feature, but then I looked into the code and found that > it could be acomplished using only 3 lines of code or so. I posted it > on Ganes

[jQuery] Re: JCarouselLite - pause scrolling

2009-09-18 Thread dudal
Hey Steffan I'm glad you like it. I used to go with the "full" carousel version just for this feature, but then I looked into the code and found that it could be acomplished using only 3 lines of code or so. I posted it on Ganeshjis website hoping that he will include it in his official release.

[jQuery] Re: JCarouselLite - pause scrolling

2009-09-18 Thread Steffan A. Cline
on 9/18/09 5:30 AM, dudal at jes...@dudal.com wrote: > > Hi Steffan > > I had the same problem and came up with the following modification: > http://www.dudal.com/jquery/jquery.jcarousellite.pauseOnHover.js (not > minified) > > Example config (notice pauseOnHover): > $('#selector').jCarouselLi

[jQuery] Re: JCarouselLite - pause scrolling

2009-09-18 Thread dudal
Hi Steffan I had the same problem and came up with the following modification: http://www.dudal.com/jquery/jquery.jcarousellite.pauseOnHover.js (not minified) Example config (notice pauseOnHover): $('#selector').jCarouselLite({ auto: 2000, speed: 1500, visible: 1,

[jQuery] Re: JCarouselLite - pause scrolling

2009-09-07 Thread Steffan A. Cline
on 9/6/09 11:54 PM, Jonathan Vanherpe (T & T NV) at jonat...@tnt.be wrote: > > Steffan A. Cline wrote: >> on 8/28/09 5:37 PM, Steffan Cline at stef...@hldns.com wrote: >> >>> I have a carousel that auto scrolls images. I was asked if there is a way to >>> make it so that if you mouse over the c

[jQuery] Re: JCarouselLite - pause scrolling

2009-09-06 Thread Jonathan Vanherpe (T & T NV)
Steffan A. Cline wrote: on 8/28/09 5:37 PM, Steffan Cline at stef...@hldns.com wrote: I have a carousel that auto scrolls images. I was asked if there is a way to make it so that if you mouse over the carousel, it stops and when you mouse out, it starts up again. Is this possible? Anyone?

[jQuery] Re: JCarouselLite - pause scrolling

2009-09-04 Thread Steffan A. Cline
on 8/28/09 5:37 PM, Steffan Cline at stef...@hldns.com wrote: > > I have a carousel that auto scrolls images. I was asked if there is a way to > make it so that if you mouse over the carousel, it stops and when you mouse > out, it starts up again. > > Is this possible? > Anyone? Thanks St

[jQuery] Re: jCarousellite: is it possible to remember a slide's position?

2009-08-21 Thread Jon Banner
you could try using the afterEnd callback function to capture the position of the carousel and store this in a cookie, and then pass this variable back in as the start position for the carousel. 2009/8/21 noahT > > Today a client asked me if it's possible to remember a slide's > position after

[jQuery] Re: jcarousellite: problem finding current position when visibility is a fraction

2009-02-25 Thread claudes
if i divide number of panels (kids.size()) by 2.75, i can get the indicator to move from 1st to second position, but doesn't move beyond that... // Clean up and abstract this code. @todo function update_navigation(curr){

[jQuery] Re: jcarousellite vertical issues

2008-10-20 Thread 700lbGorilla
Just trying to bump this thread a little, see if anyone can help, still having problems

[jQuery] Re: jCarouselLite with thickbox

2007-08-31 Thread [EMAIL PROTECTED]
i am waiting for help,,, aren't there any experts around?? On Aug 30, 2:37 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello!! i am new in jquery world and am greatly impressed by the > effect that we can create using jquery pluggins. i have a question, i > hope i am posting at right pla

[jQuery] Re: jCarouselLite problem

2007-08-05 Thread Ganeshji Marwaha
ok, then, i will try with thickbox locally tonight and get u a solution. Thanks for ur patience until then. -GTG On 8/5/07, Bruce MacKay <[EMAIL PROTECTED]> wrote: > > Hi Ganeshji, > > I tried that but alas, it did not fix the problem. > > Cheers/Bruce > > > At 09:26 a.m. 6/08/2007, you wrote: >

[jQuery] Re: jCarouselLite problem

2007-08-05 Thread Bruce MacKay
Hi Ganeshji, I tried that but alas, it did not fix the problem. Cheers/Bruce At 09:26 a.m. 6/08/2007, you wrote: bruce, i haven't used jcarousellite with thickbox, but can you try something... Instead of using document.ready to initialize the carousel, use a

[jQuery] Re: jCarouselLite problem

2007-08-05 Thread Ganeshji Marwaha
bruce, i haven't used jcarousellite with thickbox, but can you try something... Instead of using document.ready to initialize the carousel, use a

[jQuery] Re: jCarouselLite problem

2007-08-05 Thread Bruce MacKay
Hi Ganeshji, I specified these attributes but the problem still remains. A test page is at http://www.thomasbaine.com/thetuis.asp (click on the "Look at our pictures") link. Help would be appreciated. Cheers/Bruce At 09:43 a.m. 4/08/2007, you wrote: i think, u might not be specifying the

[jQuery] Re: jCarouselLite problem

2007-08-03 Thread Ganeshji Marwaha
i think, u might not be specifying the attributes width and height for the images within the carousel. Try, specifying width and height attributes and lemme know if it works. -GTG On 8/3/07, Bruce MacKay <[EMAIL PROTECTED]> wrote: > > > Hi folks/Ganeshji > > I'm having trouble getting jCaroselLit

[jQuery] Re: jCarouselLite version 0.4.0

2007-07-26 Thread Ganeshji Marwaha
Thanks GianCarlo for the compliment. -GTG On 7/26/07, GianCarlo Mingati <[EMAIL PROTECTED]> wrote: that kicks ass. the mouse wheel implementation is a great idea! ;-) GC On Jul 26, 12:28 am, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > Hi list, > > I have updated the jCarouselLite plugin

[jQuery] Re: jCarouselLite version 0.4.0

2007-07-26 Thread GianCarlo Mingati
that kicks ass. the mouse wheel implementation is a great idea! ;-) GC On Jul 26, 12:28 am, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > Hi list, > > I have updated the jCarouselLite plugin to its next revision - 0.4.0 > . The project page is athttp://www.gmarwaha.com/jquery/jcarousellite/inde

[jQuery] Re: jCarouselLite version 0.4.0

2007-07-25 Thread Ganeshji Marwaha
glad u like it... thanks for the compliment. -GTG On 7/25/07, Jarod <[EMAIL PROTECTED]> wrote: cheers. i like this plugins. it's very easy to use. On Jul 26, 6:28 am, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > Hi list, > > I have updated the jCarouselLite plugin to its next revision -

[jQuery] Re: jCarouselLite version 0.4.0

2007-07-25 Thread Jarod
cheers. i like this plugins. it's very easy to use. On Jul 26, 6:28 am, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > Hi list, > > I have updated the jCarouselLite plugin to its next revision - 0.4.0 > . The project page is athttp://www.gmarwaha.com/jquery/jcarousellite/index.php > > This revis

[jQuery] Re: jCarouselLite

2007-07-13 Thread Ganeshji Marwaha
hey kia, I fixed the issue u reported and released a 0.3.1 minor revision. you can download it from http://www.gmarwaha.com/jquery/index.php. Also there is test page at http://www.gmarwaha.com/jquery/jcarousellite/testContainerWidthSet.php This should be close to what you had problems with, but

[jQuery] Re: jCarouselLite

2007-07-11 Thread Ganeshji Marwaha
my bad... the link in the install page was stale as u mentioned. i will correct it along with version 0.3.1 -GTG On 7/10/07, Kia Niskavaara <[EMAIL PROTECTED]> wrote: I have a container div that has a width of 350px. But the jCarouselLite images take the whole width of the screen. Why is that?

[jQuery] Re: jCarouselLite

2007-07-11 Thread Ganeshji Marwaha
hey kia, This is a bug, i guess... I am in the process of fixing it... i will keep you updated on when version 0.3.1 is released.. BTW, i am not sure why you are still seeing the older version of my install page... try refreshing ur browser, coz, i guess you are viewing some cached page. Lemme k

[jQuery] Re: jCarouselLite 0.3.0 released

2007-07-03 Thread Ganeshji Marwaha
LOL. Sure no problem... Will try to get around to it this week... Thanks for the compliments on the demo page... -GTG On 7/3/07, GianCarlo Mingati <[EMAIL PROTECTED]> wrote: Ganeshji, very nice demo page! You know i'll steal the code for the "mouse gestures" (mouse x-scroll) as soon it will

[jQuery] Re: jCarouselLite 0.3.0 released

2007-07-03 Thread GianCarlo Mingati
Ganeshji, very nice demo page! You know i'll steal the code for the "mouse gestures" (mouse x-scroll) as soon it will be ready. ;-) GC On Jul 3, 8:59 am, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > Hi friends, > > I have just released an updated version of jCarouselLite. Now it is in > versio

[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 Ganeshji Marwaha
Thanks for ur kind words tzmedia. Some of the features that are planned for the next release are 1. automatic scrolling 2. scrolling many items at a time 3. auto-detection of buttons - if necessary Looks like automatic scrolling is something that you are looking for. But, i don't understand what

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

2007-06-27 Thread Ganeshji Marwaha
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 time. Thank u very much. -GTG On 6/27/07, Jan Sorgalla <[EMAIL PROTECTED]

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

2007-06-27 Thread Ganeshji Marwaha
sure anton... point noted and will incorporate it this weekend :-). thanks for the feedback. -GTG On 6/27/07, Anton <[EMAIL PROTECTED]> wrote: Love it! But... > << > >> Is there any way you could determine if the number of items equals the setting in "visible"? I'd

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

2007-06-27 Thread tzmedia
It looks very useful, i've been looking at solutions to add feature content, slides if you will to site homepages. Something on a timer, with manual slide controls also. Similar to what download.com used to do on it's homepage. This looks like it could do just that, possibly. You've got a nice pag

[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: jCarouselLite - my first plugin - anxiously awaiting comments

2007-06-27 Thread Olaf Bosch
Ganeshji Marwaha schrieb: Hi there, I have made some fixes to jCarouselLite in the past couple of days. They are Oho, what for fine Plug. Is so good. On other side, i do JS OFF in Fx, oh, what i see, nothing and all the Buttons :( This should be on your ToDo-List. And is it better you us

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

2007-06-27 Thread Anton
Love it! But... > << > >> Is there any way you could determine if the number of items equals the setting in "visible"? I'd like to hide these buttons if I'm already viewing all of the items. cheers, /Anton

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

2007-06-27 Thread Ganeshji Marwaha
> document or window. > > > > > > > > > > > > > > > > > > > > So, still i am getting the width and height without > the > > margin... :(.. > > > > > > > > > > Is there anything else i am missing here. > > > > > > > > > > > > > > > > > > > > -GTG > > > > > > > > > > > > > > > > &g

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

2007-06-27 Thread Ganeshji Marwaha
t; > > > > > > Are you using the dimensions plugin? > > > > > > > > > > It might be worth using. Alot of plugins depend on it. > > > > &g

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

2007-06-26 Thread Mike Alsup
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On 6/26/07, Ganeshji Marwaha < [EMAIL PROTECTED]> wrote: > > > > > > > > > > friends, > >

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

2007-06-26 Thread Ganeshji Marwaha
D]> > > > > > > > > wrote: > > > > > > > > > > > > > > > > > > friends, > > > > > > > > > > > > > > > > > > In the process of developing this jCarouselLite plugin, > >

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

2007-06-26 Thread Brandon Aaron
t; > friends, > > > > > > > > > > > > > > > > In the process of developing this jCarouselLite plugin, i > > > > > > > > am facing a problem. When i retrieve

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

2007-06-26 Thread Ganeshji Marwaha
f an element that has > > > > > > > a margin associated with it, then the returned width/height does not take > > > > > > > the margin into account. > > > > > > > > > > > > > > Can anyone help me here? > > > > &

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

2007-06-26 Thread Glen Lipka
ght does not take > > > > > > the margin into account. > > > > > > > > > > > > Can anyone help me here? > > > > > > > > > > > > > > > > > > Thanks > > > > > > -GTG >

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

2007-06-26 Thread Ganeshji Marwaha
into account. > > > > > > > > > > Can anyone help me here? > > > > > > > > > > > > > > > Thanks > > > > > -GTG > > > > > > > > > > On 6/26/07, Dan G. Switz

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

2007-06-26 Thread Ganeshji Marwaha
> > -GTG > > > > > > > > On 6/26/07, Dan G. Switzer, II < [EMAIL PROTECTED] > wrote: > > > > > > > > > > I'm having the same problem with my plug-in... > > > > > > > > > > > > > > > >

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

2007-06-26 Thread Glen Lipka
gt; > > > > > On 6/26/07, Dan G. Switzer, II < [EMAIL PROTECTED] > wrote: > > > > > > > > > > I'm having the same problem with my plug-in... > > > > > > > > > > > > > > > > > > > > -D

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

2007-06-26 Thread Ganeshji Marwaha
h my plug-in... > > > > > > > > > > > > > > > > -Dan > > > > > > > > > > > > -- > > > > > > > > *From:* jquery-en@googlegroups.com [mailto: > > > >

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

2007-06-26 Thread Brandon Aaron
> > > > > > > > > -Dan > > > > > > > > > -------------- > > > > > > *From:* jquery-en@googlegroups.com [mailto: > > > [EMAIL PROTECTED] *On Behalf Of *Karl Swedberg > > > *Sent:* Tuesday, June

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

2007-06-26 Thread Ganeshji Marwaha
- > > > > *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] > > *On Behalf Of *Karl Swedberg > > *Sent:* Tuesday, June 26, 2007 10:11 AM > > *To:* jquery-en@googlegroups.com > > *Subject:* [jQuery] Re: jCarouselLite - my first plugi

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

2007-06-26 Thread Glen Lipka
plug-in... > > > > -Dan > > > -- > > *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Karl Swedberg > *Sent:* Tuesday, June 26, 2007 10:11 AM > *To:* jquery-en@googlegroups.com > *Subject:* [jQuery] Re: jCarouselLite - my fir

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

2007-06-26 Thread Ganeshji Marwaha
* jquery-en@googlegroups.com *Subject:* [jQuery] Re: jCarouselLite - my first plugin - anxiously awaiting comments I'm so sorry about that. Unfortunately, your guess is as good as mine. I see that it is listed in the "Projects" list when I click on the "Issues" link in the left-hand

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

2007-06-26 Thread Dan G. Switzer, II
I'm having the same problem with my plug-in... -Dan _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: Tuesday, June 26, 2007 10:11 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: jCarouselLite - my first plugin - anxi

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

2007-06-26 Thread Karl Swedberg
I'm so sorry about that. Unfortunately, your guess is as good as mine. I see that it is listed in the "Projects" list when I click on the "Issues" link in the left-hand nav. Probably your best bet is to Submit an "Issue" for it. In the "Projects" select list, choose "jQuery Plugins Website.

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

2007-06-25 Thread Ganeshji Marwaha
hi karl, i tried adding it to http://jquery.com/plugins/ page. Everthing went thru fine, but the plugin doesn't show up. Is there something that i am doing wrong? -GTG On 6/25/07, Karl Swedberg <[EMAIL PROTECTED]> wrote: be sure to add it to http://jquery.com/plugins/ (without the "docs."), t

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

2007-06-25 Thread Jean
I´m thinking create my project defense apresentation with this jCarouselLite couze everybody make with PowerPoint and i want to be different \o/ On 6/25/07, Ganeshji Marwaha <[EMAIL PROTECTED]> wrote: yes, it looks similar to imageslide plugin, but with more customization options. For example,

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

2007-06-25 Thread Karl Swedberg
be sure to add it to http://jquery.com/plugins/ (without the "docs."), too! The "docs" plugin page is deprecated. (Not gone away, just deprecated.) --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 25, 2007, at 3:20 PM, Mike Alsup wrote: Just regi

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

2007-06-25 Thread Mike Alsup
Just register and then you can add it yourself. BTW, I like this plugin. Cheers! Mike How do i add this plugin to the jquery plugins page (http://docs.jquery.com/Plugins).

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

2007-06-25 Thread Ganeshji Marwaha
How do i add this plugin to the jquery plugins page ( http://docs.jquery.com/Plugins). Do i register, login and edit the wiki myself, or should i be sending it to someone who is authorized to do this? -GTG. On 6/25/07, Ganeshji Marwaha <[EMAIL PROTECTED]> wrote: @xavier - sure, i will add an

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

2007-06-25 Thread Ganeshji Marwaha
yes, it looks similar to imageslide plugin, but with more customization options. For example, change the direction from horizontal to vertical, change the number of visible items, change the animation speed, add custom navigation buttons, use any content instead of images only. Just something to f

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

2007-06-25 Thread Ganeshji Marwaha
@xavier - sure, i will add an autoscroll feature asap, and will keep this list updated when i do so. Thanks a ton for the feedback. @jim - yes, the key is "light-weight". It is just under 1.5K, and i guess that should't bite when we are bandwidth constrained. ;-). Thanks a lot for the feedback.

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

2007-06-25 Thread JimD
This is excellent. I too found Jcarousel to be very cool but a bit heavy for my needs especially as a secondary app on our site. As Xavier mentioned auto scroll would be great not much more needed. On Jun 25, 3:11 am, xavier <[EMAIL PROTECTED]> wrote: > Hi, > > Like it as well. Would it be possib

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

2007-06-25 Thread xavier
Hi, Like it as well. Would it be possible to add an option to auto scroll (ie change image every X second, as if you press the next button) ? Thanks for sharing ! Xavier On Jun 25, 12:42 am, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > Hi there, > > I have been using jquery for a couple of

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

2007-06-25 Thread GianCarlo Mingati
Very nice, seems similar to http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html ;-)) GC On Jun 25, 10:36 am, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > Thanks, glad you liked it. > > On 6/24/07, Jean <[EMAIL PROTECTED]> wrote: > > > > > > > very nice!

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

2007-06-25 Thread Ganeshji Marwaha
Thanks, glad you liked it. On 6/24/07, Jean <[EMAIL PROTECTED]> wrote: very nice! On 6/24/07, Ganeshji Marwaha <[EMAIL PROTECTED]> wrote: > Hi there, > > I have been using jquery for a couple of weeks now. I should say this is the > best library out there. I come from raw javascript, prototyp

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

2007-06-25 Thread Ganeshji Marwaha
Thanks Glen for the kind words and the suggestion. I will implement it asap. In the meantime, i have some temporary thingie in place that should avoid the problem in the server until i get it fixed. -GTG On 6/24/07, Glen Lipka <[EMAIL PROTECTED]> wrote: I like it alot. The only thing that wor

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

2007-06-24 Thread Jean
very nice! On 6/24/07, Ganeshji Marwaha <[EMAIL PROTECTED]> wrote: Hi there, I have been using jquery for a couple of weeks now. I should say this is the best library out there. I come from raw javascript, prototype, mootools background and i am damn sure, i am not going back. That said, a c

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

2007-06-24 Thread Glen Lipka
I like it alot. The only thing that worries me is the rendering before it does it's jQuery thing. It's all spread out. It would be better if it hid the control until all the backend stuff was taken care of. I also think the various examples are awesome. Really nice. Make sure to register it i