>  I got this to work by hacking the original code but not with a custom
>  transition.  I am sure there is a more elegant way to do it (if
>  anybody knows please post it!)
>
>  You can hover over the pager to go through the slides.  I hacked line
>  281 in the buildPager function:
>  from:
>  $a.bind('click',function() {
>
>  to:
>  $a.bind('mouseover',function() {


I updated cycle so that you can specify the trigger event for the
pager.  Here's a demo:

http://www.malsup.com/jquery/cycle/pager5.html

Mike

Reply via email to