JQuery Attribute Manipulation
Posted
by TTCG
on Stack Overflow
See other posts from Stack Overflow
or by TTCG
Published on 2010-05-03T10:58:36Z
Indexed on
2010/05/03
11:08 UTC
Read the original article
Hit count: 273
When I search on the Internet about JQuery and I got the jquery cheat sheet. At there, I am very confused about how to use the following under which condition. Pls help me.
[attribute|=val]
[attribute*=val]
[attribute~=val]
[attribute$=val]
[attribute=val]
[attribute!=val]
[attribute^=val]
[attribute]
[attribute1=val1] [attribute2=val2]
What are the functions of these special character *, ~, $, !, ^? Thanks very much.
© Stack Overflow or respective owner