You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2019. It is now read-only.
Some special attributes/properties have special methods, like .id(), .type(), however not all of them. It's confusing now if those methods exists for the attribute I like to get, or not.
With MooTools it's always simply .get('type') or .get('data-foo').
Some special attributes/properties have special methods, like
.id(),.type(), however not all of them. It's confusing now if those methods exists for the attribute I like to get, or not.With MooTools it's always simply
.get('type')or.get('data-foo').