不理解爲什麼我的鏈接不會顯示時,我將鼠標懸停在圖像上。我確信這是非常簡單的事情,我目前無法看到。如果有人指出我錯過了什麼以及其他任何提示,我會非常感激。jquery懸停不顯示鏈接
$("#profile_pic").hover(
function() {
$(this).show($('<a id="duh" href="upload.php">Change the picture</a>'));
}
);
我試圖去證明上懸停的鏈接低於
<div>
<img id= "profile_pic" src="<?php echo $picture;?>" width="164" height="164" />
</div>
你可以將'id =「profilepic」'移動到包裝div上? –