1
如何實現$(this).stop();在jQueryUI的
graph.hover(function() {
wrap
$(this).stop();
.animate({ height: "hide" }, 2000, name)
},
function() {
wrap
$(this).stop();
.animate({ height: "show" }, 2000, name);
});