您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516171819202122232425262728
  1. Introduction
  2. ------------
  3. GwtQuery is a jQuery-like API written in GWT, which allows GWT to be used in
  4. progressive enhancement scenarios where perhaps GWT widgets are too
  5. heavyweight.
  6. Currently, only a part of the jQuery API is written. Most CSS3 selectors are
  7. supported. People feel free to contribute patches to bring the API more in
  8. line with jQuery.
  9. This code is alpha, so expect it to break, and expect the API to change
  10. in the future.
  11. I would like the thank John Resig for writing jQuery, a kick ass library,
  12. that is a pleasure to use, and I hope to capture that feeling in GWT. Also,
  13. thanks to Robery Nyman for writing the fastest CSS Selector API
  14. implementation (DOMAssistant), which I used as a guide for the GWT
  15. impementation. GwtQuery is in large part, a port of DOMAssistant.
  16. I am releasing this under the MIT License in the spirit for Robert Nyman's
  17. choice, since the performance of this library wouldn't have been possible
  18. without him.
  19. Thanks,
  20. Ray Cromwell <ray@timefire.com>
  21. CTO, TimeFire