亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

jQuery的基礎(chǔ)語法

asal 2018-12-13 18:24:38 186
abstrak:<!DOCTYPE html><html><head>  <meta charset="UTF-8">  <meta name="viewport" content="width=device-width, initial-scale=1.0"> 

<!DOCTYPE html>

<html>


<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <meta http-equiv="X-UA-Compatible" content="ie=edge">

  <title>jQuery的基礎(chǔ)語法</title>

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

  <script type="text/javascript">


  </script>

</head>


<body>

<script type="text/javascript">

//放入js代碼,或者jQuery代碼

//文檔就緒函數(shù)

//基本格式:$(選擇器).action(),選擇一個標簽、進行相應(yīng)的操作動作

  $(document).ready(function(){

    //jQuery代碼

    $str="歡迎來到j(luò)Query的學習";

    alert($str);

    $("div").hide();

    $("button").click(function(){

    $("div").show();

    })

  })

</script>

<div style="width:100px;height:100px;background:pink;"></div>

<button>點擊</button>

</body>


</html>



Guru membetulkan:滅絕師太Masa pembetulan:2018-12-14 09:29:55
Rumusan guru:基礎(chǔ)是很潛移默化的東西,看似簡單,但是貫穿了后面的整個學習的過程,一定要好好掌握奧!

Nota Keluaran

Penyertaan Popular