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; (of a person or thing) characteristics; value; [grammar] Attributive

value

UK[ˈvælju:] 美[ˈvælju]

n. Value, price; meaning, connotation; importance; face value (of a stamp)

vt. Evaluation; attention, Value; value, price...

jquery attribute$=value selector syntax

Function:[attribute$=value] The selector selects each element with the specified attribute and ending with the specified string.

Syntax:$("[attribute$=string]"

Parameters:attribute Required. Specifies the attribute to be found. string Required. Specifies the string that the attribute value ends with.

jquery attribute$=value 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
Run instance »

Click the "Run instance" button to view the online instance