setTimeout(function(){
$('.report2').css('cursor','pointer')
},1000)
$("div[widgetname=REPORT2]").css('cursor','pointer')
},800)
这样写REPORT2要大写!