0
我有一個jQuery函數:我的jquery .fadeOut()不工作?
$(document).ready(function(){
$('.div').click(function() {
$(this).fadeOut(100);
});
});
隨着一些HTML:
<div class='div'>jhkhjk</div>
雖然由於某種原因,它不工作。
這裏是搗鼓它:
它:http://jsfiddle.net/Cx5HG/1/ – Cherniv
你忘了在jsFiddle中包含jQuery庫..... – lifetimes