| selector พื้นฐานที่ใช้ใน jQuery | ได้แก่ a, #id, .class, a#id.class, a.class เป็นต้น |
|---|
subject:selector พื้นฐานที่ใช้ใน jQuery
content:a -> อ้างถึง tag a #id -> อ้างถึง tag ใดๆ ที่มี id ตามที่กำหนด .class -> อ้างถึง tag ใดๆ ที่มี class ตามที่กำหนด a#id.class -> อ้างถึง tag a ที่มี id และ class ตามที่กำหนด a.class -> อ้างถึง tag a ที่มี class ตามที่กำหนด