jQuery [แอตทริบิวต์]ตัวเลือก

❮ ตัวเลือก jQuery

ตัวอย่าง

เลือกทุกองค์ประกอบที่มีแอตทริบิวต์ id:

$("[id]")

ความหมายและการใช้งาน

ตัวเลือก [attribute] จะเลือกแต่ละองค์ประกอบที่มีแอตทริบิวต์ที่ระบุ


ไวยากรณ์

$("[attribute]")

Parameter Description
attribute Required. Specifies the attribute to find

❮ ตัวเลือก jQuery