Releases: Rct567/DomQuery
Releases · Rct567/DomQuery
v0.6
- add css method
- add appendTo and prependTo method
- add replaceWith method
- add toggleClass method
- add support for array as argument for removeAttr, addClass, removeClass
v0.5.7.1
- additional fix for next adjacent selector
v0.5.7
- fix for next adjacent selector
v0.5.5
- add has method
- add findOrFail method
v0.5.4
- selector filter can now also be callable
- optimized children method
v0.5.3
- children method now ignores text nodes
- add contents() method to get children including text nodes
v0.5.2
- skip text/char nodes when using prev/next methods
v0.5.1
- add support for space separated list of names in removeAttr
- fix for single char #id and .class selector
v0.5.0
- selector can now also be a DomQuery|DOMNodeList|DOMNode instance
- add closest() method
- add innerWrap() method