<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
('.thumbnail').hover(
function() {
$('.hovImage').css('display', 'block');
}, function() {
$('.hovImage').css('display', 'none');
});
});
</script>
我收到錯誤「Uncaught TypeError:Object .thumbnail has no method'hover'」with the above。我無法弄清楚錯誤來自哪裏。請幫助!獲取錯誤:未捕獲TypeError:對象.thumbnail沒有方法'懸停'
你可以發佈相關的HTML部分?很難說沒有它 – elclanrs 2012-04-14 22:56:38