jQuery [แอตทริบิวต์=ค่า] Selector
ตัวอย่าง
เลือกทุกองค์ประกอบที่มีแอตทริบิวต์ id ที่มีค่า "เลือก":
$("[id=choose]")
ความหมายและการใช้งาน
ตัวเลือก [attribute=value] จะเลือกแต่ละองค์ประกอบด้วยแอตทริบิวต์และค่าที่ระบุ
ไวยากรณ์
$("[attribute=value]")
Parameter | Description |
---|---|
attribute | Required. Specifies the attribute to find |
value | Required. Specifies the value to find |