- Notifications
You must be signed in to change notification settings - Fork0
t5/core/dom implementation based on vanilla JavaScript
License
eddyson-de/tapestry-dom-vanilla
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
t5/core/dom implementation based on vanilla JavaScript
This is an implementation oft5/core/dom
that uses only plain JavaScript, i.e. does not add a dependency on jQuery or Prototype. It it is aimed to be a drop-in replacement for thet5/core/dom
implementations that come with Tapestry. It is however not necessarily compatible with old and/or broken browsers. It is expected to run with recent versions of Firefox, Chrome and Edge.
The project is in its early stages. It should work with most applications, but things might break if you do something edge-casey. Be sure to create an issue or send a pull request if they do.
repositories { jcenter()}dependencies { runtime'de.eddyson:tapestry-dom-vanilla:0.0.29'}
The library adds an override fortapestry.javascript-infrastructure-provider
symbol's default value. Please make sure that your application does not override it.
About
t5/core/dom implementation based on vanilla JavaScript