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? -

Php - Delimiter must not be alphanumeric or backslash -

Delphi interface implements -