This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
Releases: nguyenphuminh/rottenjs
Releases · nguyenphuminh/rottenjs
v2.6.5
v2.6.4
What's new ?
To module rt
:
- Added
same()
for comparing element's innerHTML with a string. - If you don't pass any argument in
.attr()
or.prop()
, they will return a list of attributes of element(s). - Structured codes.
v2.6.3
Fixed bugs, structured codes.
v2.6.2
Fixed bugs
v2.6.1
Added "sameEl", removed "applyEl", "aplCheckEl", "setTitle", "setLogo", structured codes.
v2.5.0
Add "rUtils", structured codes.
Release 2.4.0
v2.4.0 Update README.md
Release 2.3.0
Added multiple childrens in rdom.el()
Release 2.2.0
Added:
- .tclick() to handle "ondblclick" event.
Patch 2.1.2
Fixed errors.