aboutsummaryrefslogtreecommitdiff
path: root/js/src/dom
AgeCommit message (Expand)AuthorFilesLines
2020-03-25fix: remove make array util function (#30430)Johann-S1-5/+4
2020-03-23Use next dropdown menu instead of first of the parentMartijn Cuppens1-0/+14
2020-03-18Remove IE compatibility JS codeJohann-S3-72/+6
2020-03-09`prev()` function fails when non-element nodes are present (#30117)Martijn Cuppens1-7/+5
2019-10-31Update normalizeDataKey to match the spec (#29609)Steffen Roßkamp1-1/+1
2019-10-07Update devDependencies. (#29447)XhmikosR2-2/+2
2019-10-03return to the original file structure to avoid breaking modularityJohann-S4-731/+0
2019-08-22Remaining JS linting TODO (#29289)Markus Hatvan1-1/+1
2019-08-02add a way to disable jQuery detectionJohann-S1-2/+3
2019-07-23rewrite unit tests for selector engineJohann-S2-24/+117
2019-07-23rewrite manipulator unit testsAnton Bershanskiy1-0/+158
2019-07-23Switch from QUnit to Jasmine.Johann-S3-1/+461
2019-06-03event-handler.js: use a plain for loop. (#28853)XhmikosR1-4/+6
2019-05-08Rename `eventHandler` and `selectorEngine` files.XhmikosR2-2/+2
2019-04-10Fix xo error: use `for...of`.XhmikosR1-4/+1
2019-03-18Add back support for IE 11Johann-S3-65/+127
2019-03-13Use one-line imports when possible. (#28467)XhmikosR3-9/+3
2019-03-11Remove assignment from return.XhmikosR1-1/+3
2019-03-11Comply to the new rules.XhmikosR5-33/+68
2019-02-26dom/manipulator.js: minor simplification. (#28358)XhmikosR1-15/+14
2019-02-26move util in a util folder with the sanitizerJohann-S3-6/+11
2019-02-20Use `Util.makeArray()`.XhmikosR1-2/+2
2019-02-20improve event handlerJohann-S1-56/+38
2019-02-20Simplify checks.XhmikosR2-5/+4
2019-02-20use only dataset to get data attributesJohann-S1-21/+3
2019-02-20remove polyfills which override browsers defaultJohann-S2-78/+19
2019-02-204.3.1.XhmikosR5-5/+5
2019-02-20Improve manipulator coverageJohann-S1-7/+4
2019-02-20Remove IE support and button bsChecked hackAlessandro Chitolina3-66/+2
2019-02-20Refactor util plugin and some testsJohann-S4-354/+353
2019-02-20chore(update): bump to 4.1.3Johann-S5-5/+21
2019-02-20fix(carousel): on load page create a carouselJohann-S1-1/+1
2019-02-20fix(event-handler): use Object.key for passing values in an eventJohann-S1-1/+8
2019-02-20fix(selector-engine): increase coverage for selector engineJohann-S1-1/+5
2019-02-20fix(util): remove extendJohann-S2-1/+28
2019-02-20fix(event-handler): remove polyfill and move it to indexJohann-S1-14/+0
2019-02-20fix(polyfill): disable coverage for our polyfillsJohann-S1-0/+1
2019-02-20fix(manipulator): increase coverage for manipulatorJohann-S1-13/+67
2019-02-20refactor(polyfill): a file for polyfillsJohann-S3-217/+133
2019-02-20fix(data): increase coverage for dataJohann-S1-2/+1
2019-02-20fix(data): do not use data object in our unit testsJohann-S1-0/+94
2019-02-20remove old references to jquery and some fixesJohann-S1-2/+2
2019-02-20rewritten scrollspy without jqueryAlessandro Chitolina2-4/+54
2019-02-20rewritten tab without jqueryAlessandro Chitolina1-13/+69
2019-02-20Dropdown without jQueryJohann-S2-3/+14
2019-02-20allow register the same handler for different delegated selectors in eventHan...Alessandro Chitolina1-36/+36
2019-02-20tooltip without jqueryAlessandro Chitolina3-59/+89
2019-02-20Wrap our objects into IIFEJohann-S3-353/+395
2019-02-20Workaround for M$ Edge resetting defaultPrevented flag upon dispatchEventAlessandro Chitolina1-1/+23
2019-02-20Rewritten modal without jquery (#23955)Alessandro Chitolina3-25/+102