jquery语法

Original 2019-04-02 15:58:43 165
abstract:<!DOCTYPE html><html><head>   <title></title>   <script type="text/javascript" src="jquery-3.3.1.min.js"></script></head>&

<!DOCTYPE html>
<html>
<head>
  <title></title>
  <script type="text/javascript" src="jquery-3.3.1.min.js"></script>
</head>
<body>
<script type="text/javascript">

    //jquery的入口函数
  $(document).ready(function() {

    //基础语法

 //$(选择器).action()

  })
</script>
</body>
</html>

Correcting teacher:查无此人Correction time:2019-04-03 13:12:05
Teacher's summary:接触新语言,会觉得累,多练习就会记住了。继续加油。

Release Notes

Popular Entries