$('#hides').mouseover(function () {
alert("sdfdsf")
}).mouseout(function () {
alert("啊啊")
// $(hides).removeClass('a')
})

相关文章: