[jQuery] Re: How to make Jquery work properly

2009-02-03 Thread James
Try putting your jQuery code inside the ready() function. The code will execute when the DOM is ready: http://docs.jquery.com/Events/ready $(document).ready(function() { $('#section1').cycle({ fx: 'fade', speed: 'fast', timeout: 0, next: '#next',

[jQuery] Re: How to make Jquery work properly

2009-02-03 Thread ripple
Did you try adding jquery-1.2.3.js before adding jquery.cycle.js to the page?             http://2whoa.com/dominate       --- On Tue, 2/3/09, MH1988 wrote: From: MH1988 Subject: [jQuery] How to make Jquery work properly To: "jQuery (English)" Date: Tuesday, February 3, 2009, 8:07 AM I have o