[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., 22:15, Steffan A. Cline stef...@hldns.com wrote:
 on 9/18/09 7:49 AM,dudalat 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 Ganeshjis website hoping that he will include it in his official
  release.

  /Jesper

  On 18 Sep., 15:42, Steffan A. Cline stef...@hldns.com wrote:
  on 9/18/09 5:30 AM,dudalat 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').jCarouselLite({
  auto: 2000,
  speed: 1500,
  visible: 1,
  circular: true,
  pauseOnHover: true
  });

  That ensures that the carousel will not advance when the mouse is over
  the carousel.

  I hope that helps.

  Yes, it does. Awesome! I tried to get a hold of the author to ask about 
  this
  but he didn't answer the email. It would be nice to see your changes
  committed to this project.

  Thanks!!

  Best
  JesperDudal
  DudalWebdesign
 http://www.dudal.com

  On 7 Sep., 18:26, Steffan A. Cline stef...@hldns.com wrote:
  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 carousel, it stops and when you
  mouse
  out, it starts up again.

  Is this possible?

  Anyone?

  Thanks

  Steffan

  The plain jcarousel has this option:
 http://sorgalla.com/projects/jcarousel/examples/static_auto.html

  Jonathan

  Thanks. I saw that option but I have already integrated theliteversion :(
  I hope the author of theliteversion speaks up.

  Thanks

  Steffan

  Thanks

  Steffan

 Anyone able to minify this? It's finding syntax errors and saying that some
 properties are wrong. Odd.

 Suggestions are welcome.

 Thanks

 Steffan

 ---
 T E L  6 0 2 . 7 9 3 . 0 0 1 4 | F A X  6 0 2 . 9 7 1 . 1 6 9 4
 Steffan A. Cline  
 stef...@execuchoice.net                             Phoenix, 
 Azhttp://www.ExecuChoice.net                                 USA
 AIM : SteffanC          ICQ : 57234309
 YAHOO : Steffan_Cline   MSN : stef...@hldns.com
 GOOGLE: Steffan.Cline             Lasso Partner Alliance Member
 ---


[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 version is working fine after quoting float.
 
 Best
 Jesper
 

Thanks Jesper. I Googled around on Saturday until I found some notes talking
about the YUI compressor choking on that. I tried their instructions of
putting quotes around float and viola! It worked.

I tried it all and yes, it does work great!



 
 On 19 Sep., 22:15, Steffan A. Cline stef...@hldns.com wrote:
 on 9/18/09 7:49 AM,dudalat 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 Ganeshjis website hoping that he will include it in his official
 release.
 
 /Jesper
 
 On 18 Sep., 15:42, Steffan A. Cline stef...@hldns.com wrote:
 on 9/18/09 5:30 AM,dudalat 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').jCarouselLite({
 auto: 2000,
 speed: 1500,
 visible: 1,
 circular: true,
 pauseOnHover: true
 });
 
 That ensures that the carousel will not advance when the mouse is over
 the carousel.
 
 I hope that helps.
 
 Yes, it does. Awesome! I tried to get a hold of the author to ask about
 this
 but he didn't answer the email. It would be nice to see your changes
 committed to this project.
 
 Thanks!!
 
 Best
 JesperDudal
 DudalWebdesign
 http://www.dudal.com
 
 On 7 Sep., 18:26, Steffan A. Cline stef...@hldns.com wrote:
 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 carousel, it stops and when you
 mouse
 out, it starts up again.
 
 Is this possible?
 
 Anyone?
 
 Thanks
 
 Steffan
 
 The plain jcarousel has this option:
 http://sorgalla.com/projects/jcarousel/examples/static_auto.html
 
 Jonathan
 
 Thanks. I saw that option but I have already integrated theliteversion :(
 I hope the author of theliteversion speaks up.
 
 Thanks
 
 Steffan
 
 Thanks
 
 Steffan
 
 Anyone able to minify this? It's finding syntax errors and saying that some
 properties are wrong. Odd.
 
 Suggestions are welcome.
 
 Thanks
 
 Steffan
 


Thanks

Steffan





[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 Ganeshjis website hoping that he will include it in his official
 release.
 
 /Jesper
 
 On 18 Sep., 15:42, Steffan A. Cline stef...@hldns.com wrote:
 on 9/18/09 5:30 AM,dudalat 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').jCarouselLite({
 auto: 2000,
 speed: 1500,
 visible: 1,
 circular: true,
 pauseOnHover: true
 });
 
 That ensures that the carousel will not advance when the mouse is over
 the carousel.
 
 I hope that helps.
 
 Yes, it does. Awesome! I tried to get a hold of the author to ask about this
 but he didn't answer the email. It would be nice to see your changes
 committed to this project.
 
 Thanks!!
 
 
 
 Best
 JesperDudal
 DudalWebdesign
 http://www.dudal.com
 
 On 7 Sep., 18:26, Steffan A. Cline stef...@hldns.com wrote:
 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 carousel, it stops and when you
 mouse
 out, it starts up again.
 
 Is this possible?
 
 Anyone?
 
 Thanks
 
 Steffan
 
 The plain jcarousel has this option:
 http://sorgalla.com/projects/jcarousel/examples/static_auto.html
 
 Jonathan
 
 Thanks. I saw that option but I have already integrated theliteversion :(
 I hope the author of theliteversion speaks up.
 
 Thanks
 
 Steffan
 
 Thanks
 
 Steffan
Anyone able to minify this? It's finding syntax errors and saying that some
properties are wrong. Odd.

Suggestions are welcome.


Thanks

Steffan

---
T E L  6 0 2 . 7 9 3 . 0 0 1 4 | F A X  6 0 2 . 9 7 1 . 1 6 9 4
Steffan A. Cline  
stef...@execuchoice.net Phoenix, Az
http://www.ExecuChoice.net  USA
AIM : SteffanC  ICQ : 57234309
YAHOO : Steffan_Cline   MSN : stef...@hldns.com
GOOGLE: Steffan.Cline Lasso Partner Alliance Member
---





[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,
circular: true,
pauseOnHover: true
});

That ensures that the carousel will not advance when the mouse is over
the carousel.

I hope that helps.

Best
Jesper Dudal
Dudal Webdesign
http://www.dudal.com


On 7 Sep., 18:26, Steffan A. Cline stef...@hldns.com wrote:
 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 carousel, it stops and when you 
  mouse
  out, it starts up again.

  Is this possible?

  Anyone?

  Thanks

  Steffan

  The plain jcarousel has this option:
 http://sorgalla.com/projects/jcarousel/examples/static_auto.html

  Jonathan

 Thanks. I saw that option but I have already integrated theliteversion :(
 I hope the author of theliteversion speaks up.

 Thanks

 Steffan

 ---
 T E L  6 0 2 . 7 9 3 . 0 0 1 4 | F A X  6 0 2 . 9 7 1 . 1 6 9 4
 Steffan A. Cline  
 stef...@execuchoice.net                             Phoenix, 
 Azhttp://www.ExecuChoice.net                                 USA
 AIM : SteffanC          ICQ : 57234309
 YAHOO : Steffan_Cline   MSN : stef...@hldns.com
 GOOGLE: Steffan.Cline             Lasso Partner Alliance Member
 ---


[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').jCarouselLite({
 auto: 2000,
 speed: 1500,
 visible: 1,
 circular: true,
 pauseOnHover: true
 });
 
 That ensures that the carousel will not advance when the mouse is over
 the carousel.
 
 I hope that helps.

Yes, it does. Awesome! I tried to get a hold of the author to ask about this
but he didn't answer the email. It would be nice to see your changes
committed to this project.

Thanks!!


 
 Best
 Jesper Dudal
 Dudal Webdesign
 http://www.dudal.com
 
 
 On 7 Sep., 18:26, Steffan A. Cline stef...@hldns.com wrote:
 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 carousel, it stops and when you
 mouse
 out, it starts up again.
 
 Is this possible?
 
 Anyone?
 
 Thanks
 
 Steffan
 
 The plain jcarousel has this option:
 http://sorgalla.com/projects/jcarousel/examples/static_auto.html
 
 Jonathan
 
 Thanks. I saw that option but I have already integrated theliteversion :(
 I hope the author of theliteversion speaks up.
 
 Thanks
 
 Steffan
 


Thanks

Steffan




[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.

/Jesper

On 18 Sep., 15:42, Steffan A. Cline stef...@hldns.com wrote:
 on 9/18/09 5:30 AM,dudalat 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').jCarouselLite({
  auto: 2000,
  speed: 1500,
  visible: 1,
  circular: true,
  pauseOnHover: true
  });

  That ensures that the carousel will not advance when the mouse is over
  the carousel.

  I hope that helps.

 Yes, it does. Awesome! I tried to get a hold of the author to ask about this
 but he didn't answer the email. It would be nice to see your changes
 committed to this project.

 Thanks!!



  Best
  JesperDudal
 DudalWebdesign
 http://www.dudal.com

  On 7 Sep., 18:26, Steffan A. Cline stef...@hldns.com wrote:
  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 carousel, it stops and when you
  mouse
  out, it starts up again.

  Is this possible?

  Anyone?

  Thanks

  Steffan

  The plain jcarousel has this option:
 http://sorgalla.com/projects/jcarousel/examples/static_auto.html

  Jonathan

  Thanks. I saw that option but I have already integrated theliteversion :(
  I hope the author of theliteversion speaks up.

  Thanks

  Steffan

 Thanks

 Steffan


[jQuery] Re: JCarouselLite - pause scrolling

2009-09-07 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?



Thanks

Steffan



The plain jcarousel has this option:
http://sorgalla.com/projects/jcarousel/examples/static_auto.html

Jonathan
--
Jonathan Vanherpe - Tallieu  Tallieu NV - jonat...@tnt.be


[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 carousel, it stops and when you mouse
 out, it starts up again.
 
 Is this possible?
 
 
 Anyone?
 
 
 
 Thanks
 
 Steffan
 
 
 The plain jcarousel has this option:
 http://sorgalla.com/projects/jcarousel/examples/static_auto.html
 
 Jonathan
Thanks. I saw that option but I have already integrated the lite version :(
I hope the author of the lite version speaks up.


Thanks

Steffan

---
T E L  6 0 2 . 7 9 3 . 0 0 1 4 | F A X  6 0 2 . 9 7 1 . 1 6 9 4
Steffan A. Cline  
stef...@execuchoice.net Phoenix, Az
http://www.ExecuChoice.net  USA
AIM : SteffanC  ICQ : 57234309
YAHOO : Steffan_Cline   MSN : stef...@hldns.com
GOOGLE: Steffan.Cline Lasso Partner Alliance Member
---





[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

Steffan

---
T E L  6 0 2 . 7 9 3 . 0 0 1 4 | F A X  6 0 2 . 9 7 1 . 1 6 9 4
Steffan A. Cline  
stef...@execuchoice.net Phoenix, Az
http://www.ExecuChoice.net  USA
AIM : SteffanC  ICQ : 57234309
YAHOO : Steffan_Cline   MSN : stef...@hldns.com
GOOGLE: Steffan.Cline Lasso Partner Alliance Member
---