发现有两个bug,都是关于文字显示的问题。
修改如下:
在mouseleave事件中添加两行代码;
$(this).mouseleave(function() {
if () {
...
} else {
...
if () {
...
atti.text(""); // 清空
}
}
atti.text(options.types[now_cli]); // 赋值
})
回复
这个这么让他默认显示五星呀