Thu, 2014-07-24 06:46
just a small confusion with the below code .
a [class^="icon-"], a [class*=" icon-"]
what does the second line really mean , i understand that the 1st half is say that "if there is any with a class that starts with "icon-" " , select it . So what is the second half really selecting , i must say that the * symbol is a bit confusing .
Mon, 2014-07-28 19:11
#1
HI gautamz07 It is contains
HI gautamz07
It is contains [*] attribut selector.
See others at Attribute selectors