Skip to content

Releases: BlackCrowned/OPLib

Animation Engine Working as Intended

18 May 01:03

Choose a tag to compare

Lots of additional changes.
Check code or commits for full changelog.

Animations, etc

12 Apr 22:03

Choose a tag to compare

Ninja Patch

Omg so many

AJAX | etc.

06 Apr 02:08

Choose a tag to compare

See commits for changes

.parents()

03 Apr 21:53

Choose a tag to compare

.parents() Pre-release
Pre-release

Several Bugfixes

Addition of .parents

Look at commit-history for additional information

.children()

15 Feb 02:12

Choose a tag to compare

.children() Pre-release
Pre-release

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()

08 Feb 20:59

Choose a tag to compare

Pre-release

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()

07 Feb 14:13

Choose a tag to compare

.append() Pre-release
Pre-release

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

04 Feb 17:55

Choose a tag to compare

Fixed a crucial bug with event abbreviations.

Events

04 Feb 17:37

Choose a tag to compare

Added support for events

Simple DOM Manipulation

04 Feb 17:38

Choose a tag to compare

.finalizeCssExpressions()

Mehrere Erkennungsmerkmale für Werte hinzugefügt