flychen50 / phpquery

Automatically exported from code.google.com/p/phpquery
0 stars 0 forks source link

[attribute$=value] doesn't work #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. $myInputs->filter('[name$="_publie"],[name$="_mea"]')
2.
3.

What is the expected output? What do you see instead?
Should return a set of element composed by input which have name ended with
"_publie" or with "_mea". It doesn't return anything :/.

What version of the product are you using? On what operating system?
Latest ^^.

Please provide any additional information below.

Original issue reported on code.google.com by nicolas....@gmail.com on 23 Dec 2008 at 2:13

GoogleCodeExporter commented 9 years ago
Fixed in r326.

Original comment by tobiasz....@gmail.com on 23 Dec 2008 at 8:42