Skip to content

Commit b0ff487

Browse files
js oop
Signed-off-by: Arnav Gupta <[email protected]>
1 parent cca668d commit b0ff487

File tree

9 files changed

+10721
-2
lines changed

9 files changed

+10721
-2
lines changed

Lecture08/jquery/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,19 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
77
<title>Document</title>
8-
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
8+
<script src="jquery.js"></script>
99
<script defer src="script.js"></script>
1010
</head>
1111
<body>
1212
<h1>My Page</h1>
1313

14-
<div class="cl1">this is a div</div>
14+
<div id="one" class="cl1">this is a div</div>
1515
<div>this is a div</div>
1616
<div class="cl1">this is a div</div>
1717
<div>this is a div</div>
1818

19+
<input id="inp1">
20+
1921
<p> this is a para </p>
2022
<p class="cl1"> this is a para </p>
2123
<p> this is a para </p>

0 commit comments

Comments
 (0)