Releases: BlackCrowned/OPLib
Animation Engine Working as Intended
Lots of additional changes.
Check code or commits for full changelog.
Animations, etc
Ninja Patch Omg so many
AJAX | etc.
See commits for changes
.parents()
Several Bugfixes
Addition of .parents
Look at commit-history for additional information
.children()
Added:
.children([R]):
- Selects all child Nodes of matched Elements and adds them to the OPLib-Object.
- To enable Recursive lookup use R=1.
.prepend() | .before() | .after()
Added:
.prepend(selector[, context]): Prepends an existing or new created element to the set of matched elements.
.before(selector[, context]): Prepends an existing or new created element to the set of matched elements (ON THE SAME LEVEL).
.prepend(selector[, context]): Appends an existing or new created element to the set of matched elements (ON THE SAME LEVEL).
Several fixes
.append()
Added:
.append(selector[, context]): Appends an existing or new created element to the set of matched elements.
.createDOMObject(htmlString): Creates an DOMObject from an htmlString
.ElementSelection.tag(htmlString): Gets the tag of an htmlString
.ElementSelection.text(htmlString): Gets the text of an htmlString
.ElementSelection.attr(htmlString): Gets the attributes of an htmlString
Events
Fixed a crucial bug with event abbreviations.
Events
Added support for events
Simple DOM Manipulation
.finalizeCssExpressions() Mehrere Erkennungsmerkmale für Werte hinzugefügt