tburry / pquery

A jQuery like html dom parser written php.
GNU Lesser General Public License v2.1
135 stars 25 forks source link

How to select element with certain css property? #1

Closed goosechaser closed 9 years ago

goosechaser commented 10 years ago

Hi. For example, I have <div style="color: #cc0000;">. How can I find this div purely using the css color property?