username27

Results 1 issues of username27

Consider the following: [jsfiddle](https://jsfiddle.net/mw30tohp/1/) code: ``` a = $("div") b = $('[page="2"]') a.filter(b).css("color", "red") ``` As you can see, filter accepts another jquery object. PyQuery however throws the following exception:...