jQuery Cycle Questions -


i have following code , whatever reason, end option doesn't seem want call function it's supposed to. ideas?

$(document).ready(function() {     $('#weareepic').cycle({          fx:      'fade',          speed:    1000,          timeout:  1500,         nowrap: 1,         end: function() {             $('#bigshots').fadeout(1500);         }     }); }); 

much appreciated folks!

'fadeout' should camel cased 'fadeout'.

javascript errors in jquerys ajax call can hidden due being caught jquery. recommend using debugger if seems amiss.


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -