jQuery [سمة] محدد

❮ محددات jQuery

مثال

حدد كل عنصر بسمة معرف:

$("[id]")

التعريف والاستخدام

محدد [السمة] يختار كل عنصر بالسمة المحددة.


بناء الجملة

$("[attribute]")

Parameter Description
attribute Required. Specifies the attribute to find

❮ محددات jQuery