$(document).ready(function(){
$("#returnTop").returnTop({right:40,bottom:30});
});
与$(document).ready(function(){
$('.box_skitter_normal').css({width: 400, height: 300}).skitter({interval: 2000, hideTools: true});
// Highlight
$('pre.code').highlight({source:1, zebra:1, indent:'space', list:'ol'});
});冲突,如何解决?