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

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -