yuttrim20
دوشنبه 11 اردیبهشت 1391, 18:26 عصر
من کد زیر رو دارم اما موقع اجرا هیچ حرکتی انجام نمیشه علتش چیه؟
میتونه اشکال از ویژوال باشه؟
<html>
<head>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#test").click(function(){
$(this).fadeOut();
});
});
</script>
</head>
<body>
<div id="test" style="background:yellow;width:200px">CLICK ME AWAY!</div>
<p>If you click on the box above, it will be removed.</p>
</body>
</html>
دقیقا اینجا warning داره
src="jquery.js
ممنون میشم اگه از دوستان یکی راهنمایی کنه!
میتونه اشکال از ویژوال باشه؟
<html>
<head>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#test").click(function(){
$(this).fadeOut();
});
});
</script>
</head>
<body>
<div id="test" style="background:yellow;width:200px">CLICK ME AWAY!</div>
<p>If you click on the box above, it will be removed.</p>
</body>
</html>
دقیقا اینجا warning داره
src="jquery.js
ممنون میشم اگه از دوستان یکی راهنمایی کنه!