aboutsummaryrefslogtreecommitdiff
path: root/js/src/dom/manipulator.js
AgeCommit message (Collapse)AuthorFilesLines
2020-11-14Get only bs prefixed data attributesRohit Sharma1-5/+3
2020-11-14Add `bs` in data attributesRohit Sharma1-3/+7
- Add `bs` in data APIs everywhere - Update unit tests
2020-11-11Prepare v5.0.0-alpha3 (#32122)v5.0.0-alpha3XhmikosR1-1/+1
2020-10-05Remove `Manipulator.toggleClass` (#31842)XhmikosR1-12/+0
It's only used in one place so it makes more sense to remove it for the time being.
2020-09-29Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2XhmikosR1-1/+1
2020-06-16Rename "master" to "main". (#31050)XhmikosR1-1/+1
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR1-1/+1
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.
2019-10-31Update normalizeDataKey to match the spec (#29609)Steffen Roßkamp1-1/+1
2019-03-11Comply to the new rules.XhmikosR1-2/+2
2019-02-26dom/manipulator.js: minor simplification. (#28358)XhmikosR1-15/+14
Combine two checks since we return the same value for both.
2019-02-20Simplify checks.XhmikosR1-1/+1
2019-02-20use only dataset to get data attributesJohann-S1-21/+3
2019-02-204.3.1.XhmikosR1-1/+1
2019-02-20Improve manipulator coverageJohann-S1-7/+4
2019-02-20Remove IE support and button bsChecked hackAlessandro Chitolina1-14/+0
2019-02-20chore(update): bump to 4.1.3Johann-S1-1/+1
2019-02-20fix(manipulator): increase coverage for manipulatorJohann-S1-13/+67
2019-02-20rewritten scrollspy without jqueryAlessandro Chitolina1-0/+16
2019-02-20Dropdown without jQueryJohann-S1-0/+12
2019-02-20Rewritten modal without jquery (#23955)Alessandro Chitolina1-0/+20
* Trigger jquery events if available in event handler * Rewritten modal without jquery
2019-02-20Add Manipulator object to add shortcuts for dom manipulationsJohann-S1-0/+24