On my page http://all-fours.pl/ I'm using moo.fx for.. something, I don't really know what. And now I was trying to add a jquery banner rotator. But still regarding fact that I'm setting my banner script in jQuery.noConflict(), the moo.fx library gives errors :
function to set the jquery cycle plugin:
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function(){
jQuery('.banner').cycle({
effect: 'fade'
});
});
</script>
Now my firebug states, that "$ is not a function" in some moo.fx script. How to resolve this ?