attribute
UK[əˈtrɪbju:t] US[əˈtrɪbjut]
vt. Think that... is; attribute... to; attribute the quality of... to someone; think that... Something [thing] belongs to someone [thing]
n. Attribute; (characteristics of a person or thing); value; [Grammar] Attributive
jquery attribute selector syntax
Function:[attribute] Selects each element with the specified attribute. Elements with any attribute can be selected (there are no restrictions on specified attributes).
Syntax:$("[attribute]")
Parameters:attribute Required. Specifies the properties to look for.
jquery attribute selector example
Welcome to My Homepage
My name is Donald
I live in Duckburg
My best friend is Mickey
My uncle is Scrooge
Who is your favourite:
- Goofy
- Mickey
- Pluto
Click the "Run instance" button to view the online instance