hoverしたときclassのidを取得する方法 – jQuery
hoverしたときclassのidを取得する方法
$('.tags').mouseover(function() {
alert(this.id);
});
stackoverflow
[urlpreviewbox url=”https://stackoverflow.com/questions/1777210/get-id-of-the-element-i-hover-over-with-jquery”/]