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

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -