Closed GoogleCodeExporter closed 9 years ago
:has selector is not implemented yet in gquery, it is not a valid css selector,
in jquery it is an extension:
http://api.jquery.com/has-selector/
We will implement it in a future release, in the meanwhile use gquery methods
as a workaround.
$("*").not($("*").has("*"));
The gquery implementation will delegate on these methods as jquery does, so
:has cannot take advance of css native selector performance.
Original comment by manuel.carrasco.m
on 3 Nov 2011 at 11:17
Thanks for reporting. I've migrated this issue to github :
https://github.com/gwtquery/gwtquery/issues/144
Please follow the issue there.
Original comment by julien.d...@gmail.com
on 15 Jul 2013 at 4:44
Original comment by julien.d...@gmail.com
on 15 Jul 2013 at 4:44
Original issue reported on code.google.com by
dewi.jo...@gmail.com
on 3 Nov 2011 at 7:14