danielkalen/quickdom
Fast & light DOM element management supporting jquery-like methods, templates, & state-based styling
JavaScript
Issues
- 0
quickdom.queryAll() should return an array of elements instead of batch instance
#32 opened by danielkalen - 0
- 0
- 0
- 0
Implement rich class name adding
#27 opened by danielkalen - 0
.firstChild and .lastChild should be calculated based on QuickElement::elementChildren array
#26 opened by danielkalen - 0
Feature Proposal: template 'methods' object to allow custom user API for spawned elements
#22 opened by danielkalen - 1
- 1
- 1
Add QuickElement::setRef(<newRef>) method
#25 opened by danielkalen - 0
- 1
- 1
- 1
State-based element textContent
#18 opened by danielkalen - 1
Proposal: template updater functions
#4 opened by danielkalen - 1
Have QuickElement::recalcStyle() accept a boolean arg to indicate if its children should also be recalculated
#11 opened by danielkalen - 1
- 0
When initializing a wrapper instance on an existing element extract styles by creating an element of the same type and performing a diff on computed styles object
#17 opened by danielkalen - 0
When initializing a wrapper instance on an existing element extract data by using element::attributes
#16 opened by danielkalen - 0
- 1
Fix methods relying on this._inserted property for wrappers created for existing elements
#13 opened by danielkalen - 1
QuickElement::styleSafe should check that this._style.base is defined before accessing it
#14 opened by danielkalen - 0
- 1
Allow multi-level state style names to be expressed in '$stateA+stateB' syntax
#9 opened by danielkalen - 1
Allow to set state bubble direction (to parents vs to children); required for states like hover events
#5 opened by danielkalen - 1
- 1
- 1
Test deep cloning of @_config object in QuickTemplate::spawn() when no args are passed
#3 opened by danielkalen - 1
- 1
- 1
Add QuickElement::index, QuickElement::indexByType, QuickElement::indexByRef getters
#7 opened by danielkalen