ArcBees / gwtquery

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

:selected selector not implemented yet #206

Closed jDramaix closed 10 years ago

jDramaix commented 11 years ago

Original author: julien.d...@gmail.com (March 18, 2013 23:49:02)

:selector is a jQuery extension selector (not part of the CSS specification) allowing to select all options being selected.

http://api.jquery.com/selected-selector/

Not supported yet by gwtquery

Original issue: http://code.google.com/p/gwtquery/issues/detail?id=175

jDramaix commented 11 years ago

From mhi...@captiveimagination.com on July 04, 2013 17:32:53 Resolving this would be greatly appreciated as you just expect it to work and when it doesn't you may end up pulling your hair out before you figure out that it's because of a missing feature.

manolo commented 10 years ago

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