国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

jQuery移動(dòng)和停止

原創(chuàng) 2018-12-14 18:38:18 225
摘要:<!DOCTYPE html><html><head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box{width: 100px;height:100px;background:pink

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title></title>

<style type="text/css">

.box{width: 100px;height:100px;background:pink;position: absolute;}

</style>

<script type="text/javascript" src="jq.js"></script>

<script type="text/javascript">

$(document).ready(function(){

$('.you').click(function(){

$('.box').animate({

left:'+500px',

fontSize:'20px',

},

3000)

})

$('.sot').click(function(){

$('.box').stop(true,true)

})

})

</script>

</head>

<body>

<button class="you">右移</button>

<button class="sot">停止</button>

<div class="box">

沖鴨

</div>

</body>

</html>

`))72T1L)D(%_0T][D)ZNSS.png

批改老師:滅絕師太批改時(shí)間:2018-12-15 09:31:21
老師總結(jié):案例測(cè)試不可以跟老師上課一樣簡(jiǎn)單奧,多練習(xí)點(diǎn),添加到案例中去

發(fā)布手記

熱門詞條