[jQuery] Re: Cycle plugin: TypeError: Null value?

2008-04-08 Thread Mike Alsup
I'm writing an AIR application, and using the excellent Cycle plugin as the primary means by which to display data. It's been working perfectly until right now. I'm basically getting new data into the app via a method which takes a set of data, loops over it (creating a string of HTML). That

[jQuery] Re: Cycle plugin: TypeError: Null value?

2008-04-08 Thread Andy Matthews
Ah...no I'm not. That might be it. Is it just .stop()? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent: Tuesday, April 08, 2008 12:19 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Cycle plugin: TypeError: Null value

[jQuery] Re: Cycle plugin: TypeError: Null value?

2008-04-08 Thread Andy Matthews
: [jQuery] Re: Cycle plugin: TypeError: Null value? Ah...no I'm not. That might be it. Is it just .stop()? $('#slideshow').cycle('stop'); I'll change Cycle to do this automatically in the next version.