jQuery [öznitelik] Seçici

❮ jQuery Seçiciler

Örnek

Bir id özniteliği olan her öğeyi seçin:

$("[id]")

Tanım ve Kullanım

[öznitelik] seçicisi, belirtilen özniteliğe sahip her öğeyi seçer.


Sözdizimi

$("[attribute]")

Parameter Description
attribute Required. Specifies the attribute to find

❮ jQuery Seçiciler