aboutsummaryrefslogtreecommitdiff
path: root/js/src/dom
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-20Add Manipulator object to add shortcuts for dom manipulationsJohann-S2-1/+25
2019-02-20Rewrite carousel without jqueryJohann-S2-27/+83
2019-02-20Add polyfill for focusin and focusoutJohann-S1-1/+15
2019-02-20Fix delegation eventsJohann-S1-3/+4
2019-02-20Second element of find and findOne should be optional, not the first oneJohann-S1-3/+3
2019-02-20Fix our data storageJohann-S1-7/+15
2019-02-20Add findOne to our SelectorEngineJohann-S1-1/+14
2019-02-20Fix detection of nativeEvents + trigger events with argumentsJohann-S1-15/+17
2019-02-20Extend `SelectorEngine.find()` to include an `element` first arg.XhmikosR1-2/+2
2019-02-20Disable ESlint on no-return-assign and temporary for arrow-body-styleJohann-S1-4/+8