[jQuery] random option for Cycle not working?
For some reason, Cycle is not randomizing the order of my blurbs.
<script type="text/javascript">
$(document).ready(function(){$('#blurbs').cycle({fx:'turnDown',random:
1,timeout:10000});});
</script>
Anyone know why this might be?