-1
我是jquery的新手。我使用這段代碼來改變懸停的當前圖像或用jquery點擊另一個圖像。但它無法工作!更改事件懸停上的當前圖像或點擊jquery
<head>
<title> Visite </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="jquery-2.1.1.min.js"> </script>
<script>
$('img').hover(function() {
$(this).attr('src', 'o.184684.jpg');
})
</script>
</head>
<body>
<img src="logo11w.png" alt="photo" />
</body>
</html>
我給從http://jsfiddle.net/afzaal_ahmad_zeeshan/8H4MC/
thx jwatts.it work! – BestHumain 2014-08-31 01:35:24