Can I get element, if it class contains some text? example:
<div class="headerbody"></div> - match (header)
<div class="headerbottom"></div> - match (header)
<dov class="text"></div> - not match (header)
|
|
|
you could use
|
|||||||
|
|
Using JQuery, you can define a selector to get them this way:
See this for more info: |
|||||||
|