-----HTML----
<img class="my-img" id="myimg" src="images/resources.png" onmouseout="hidebutton(this)"
onmouseover="showbutton(this)">
<div id="button" class="button">
<button>隐藏按钮</button>
</div>
----------jq--------
function hidebutton(thisObj) {
debugger;
thisObj.next(".button").css("display", "none");
}
呼如林
森栏
随时随地看视频慕课网APP