- הוסף לסימניות
- #1
אני כתבתי פונקציה שבמבעבר על תמונה זה יציג לי תאור על תמונה, הפונקציה לא עובדת משהו יודע למה ?
הפונקציה :
$("#content01").mouseover(function () {
$(".text-of-image").html($(this).attr("src"));
});
התמונה :
<img type="button" src="../../images/1401 (1).jpg" width="605" height="295" id="content01"
value="Show" onclick="myFunction(1)" onmouseover="mo()" />
הפונקציה :
$("#content01").mouseover(function () {
$(".text-of-image").html($(this).attr("src"));
});
התמונה :
<img type="button" src="../../images/1401 (1).jpg" width="605" height="295" id="content01"
value="Show" onclick="myFunction(1)" onmouseover="mo()" />
הנושאים החמים