pr0blems / phpquery

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

BackSlash should enable tags with period to be selectable #128

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open a document with a tag like the following <tobject.subject >
2. Try to select it with the following selector 'tobject\.subject'
3. Can't find it.

What is the expected output? What do you see instead?
Expect to find the tag with the search.  Get no results

What version of the product are you using? On what operating system?
phpQuery @version 0.9.5 
php 5.2.6

Please provide any additional information below.
According to the following, backslash should allow special characters to be
escaped in JQuery.
http://stackoverflow.com/questions/350292/how-do-i-get-jquery-to-select-elements
-with-a-period-in-their-id

Thanks 

Original issue reported on code.google.com by aashe...@gmail.com on 24 Jul 2009 at 2:32

GoogleCodeExporter commented 8 years ago
DUP of #123.

Original comment by tobiasz....@gmail.com on 24 Jul 2009 at 2:44