ArcBees / gwtquery

A jQuery clone for GWT, and much more.
MIT License
85 stars 38 forks source link

$(":checkbox:checked") doesn't work #220

Closed quexer closed 10 years ago

quexer commented 11 years ago

$(":checkbox:checked").size() always return 0

but $(":checkbox").filter(":checked") works fine

manolo commented 10 years ago

fixed in https://github.com/gwtquery/gwtquery/pull/257