开发者

jquery cycle plugin links in content area not working

开发者 https://www.devze.com 2023-03-17 23:47 出处:网络
(I am using cycler jquery malsup. I have links in the content area of my jquery cycler area (where a photo often is) (links called \'read more\') that I want to go to a url within my website.

(I am using cycler jquery malsup. I have links in the content area of my jquery cycler area (where a photo often is) (links called 'read more') that I want to go to a url within my website.

I can't get the links to work.

My development page is: http://new.bishopchatard.org/New2011

The css is: http://new.bishopchatard.org/New2011/cycler.css

The pertinenet js is:
  $('#scroller')
          .cycle({
            fx: 'scrollLeft',
            speed: '800',
            timeout: 4500,
            pag开发者_开发技巧er: '#scrollernav',
            pagerEvent: 'mouseover',
            pauseOnPagerHover: true,
            next: '#scroller'
        });

Thank you for your help.

0

精彩评论

暂无评论...
验证码 换一张
取 消