1/ Khai Báo
khai báo trong thẻ head
<head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> </head> <body>
Đoạn script xử lý Jquery
<script> //code xử lý </script>
cú pháp khai báo trong script
<script> $(document).ready(function () { //các function jquery }); </script>
2/Slectors
vd:vd 2
3/Event( Sự kiện )
Mouse Events (Sự kiện chuột)
Keyboard Events (Sự kiện bàn phím)
demo: keypress() | keydown() và keyup()
Form Events (Sự kiện với form)
demo : change() | focus() | blur()
4/jQuery Effects
Toggle()
vd:
Sử dụng toggle() và có thể lấy các giá trị sau:"slow", "fast", or milliseconds
Fading( hiệu ứng phai màu)
vd :