Timtech4u / gwtquery

Automatically exported from code.google.com/p/gwtquery
MIT License
0 stars 0 forks source link

GQuery#is(":hidden") not work #153

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Suppose below html:
<p style="display: none; ">
blahblah...
<p>

gwtquery:
$("p").is(":hidden") return false, which should return true;

I use GQuery 1.2.0.

jQuery doc: http://api.jquery.com/hidden-selector/

Original issue reported on code.google.com by julyg...@gmail.com on 30 Sep 2012 at 4:00

GoogleCodeExporter commented 9 years ago
Thanks for reporting. I've migrated this issue to github : 
https://github.com/gwtquery/gwtquery/issues/184
Please follow the issue there.

Original comment by julien.d...@gmail.com on 15 Jul 2013 at 4:06

GoogleCodeExporter commented 9 years ago

Original comment by julien.d...@gmail.com on 15 Jul 2013 at 4:47