jquery基础语法选择器

原创 2019-01-16 14:20:13 211
摘要:<html>    <head>    <meta charset="utf-8">     <title>jQuery选择器</title>     <script type="text/javascript"s

<html>    

<head>    

<meta charset="utf-8">    

<title>jQuery选择器</title>    

<script type="text/javascript"src="jquery-3.3.1.min.js"></script>    

<style type="text/css">    

div{width: 100px;height: 100px; background: #ccc;margin-top: 20px;}    


</style>    

</head>    

<body>    

<script type="text/javascript">

</script>    

<form>    

输入框1<input type="text" name=""><br>    

输入框2<input type="text" name=""><br>    

输入框3<input type="text" name="" disabled><br>    

输入框4<input type="text" name=""><br>    

<select>    

<option>摩羯座</option>    

<option selected>双鱼座</option>    

<option>射手座</option>    

<option>天蝎座</option>    

</select>    

<br>    

爱好:    

<label><input type="checkbox" name="">看书</label>    

<label><input type="checkbox" name="" checked>游泳</label>    

<label><input type="checkbox" name="">游戏</label>    

</form>    

</body>    

</html>    


批改老师:灭绝师太批改时间:2019-01-16 14:38:33
老师总结:没有看到你的测试代码哦,学习不应该敷衍的,再有下一次不给批了……

发布手记

热门词条