Uncaught TypeError: jQuery(…).cycle is not a function
-
hi
The plugin does not work
This error will be displayed on the console
Uncaught TypeError: jQuery(…).cycle is not a functionAnd was pointed to this line :
<script type=”text/javascript” language=”javascript”>
jQuery(document).ready(function(){
jQuery(‘#bknewsticker’).cycle({
speed: 1000,
timeout: 2000,
height: 40,
fx: ‘slideX’,
pause: 1,
containerResize: 1
});
});
</script>
- The topic ‘Uncaught TypeError: jQuery(…).cycle is not a function’ is closed to new replies.