Sha256: 042baab09341cefa179a7be00ad1a7994163e8f69bf77ae665d8ddc636c93d2f
Contents?: true
Size: 646 Bytes
Versions: 7
Compression:
Stored size: 646 Bytes
Contents
## 0.0.9 2013-06-15 * Revert earlier commit, and use `$document` as reference to jquery wrapped `document`. * Introduce Element.document as wrapped document element * Depreceate $document.title and $document.title=. ## 0.0.8 2013-05-02 * Depreceate Document in favor of $document global. * Add HTTP.delete() for creating DELETE request. ## 0.0.7 2013-02-20 * Add Element#method_missing which forwards missing calls to try and call method as a native jquery function/plugin. * Depreceate Document finder methods (Document.find, Document[]). The finder methods on Element now replace them. Updated specs to suit.
Version data entries
7 entries across 7 versions & 1 rubygems