aboutsummaryrefslogtreecommitdiff
path: root/js/src/dom/eventHandler.js
AgeCommit message (Expand)AuthorFilesLines
2019-05-08Rename `eventHandler` and `selectorEngine` files.XhmikosR1-345/+0
2019-04-10Fix xo error: use `for...of`.XhmikosR1-4/+1
2019-03-18Add back support for IE 11Johann-S1-3/+3
2019-03-13Use one-line imports when possible. (#28467)XhmikosR1-3/+1
2019-03-11Remove assignment from return.XhmikosR1-1/+3
2019-03-11Comply to the new rules.XhmikosR1-27/+62
2019-02-26move util in a util folder with the sanitizerJohann-S1-2/+3
2019-02-20improve event handlerJohann-S1-56/+38
2019-02-20Simplify checks.XhmikosR1-4/+3
2019-02-204.3.1.XhmikosR1-1/+1
2019-02-20Refactor util plugin and some testsJohann-S1-234/+232
2019-02-20chore(update): bump to 4.1.3Johann-S1-1/+17
2019-02-20fix(event-handler): use Object.key for passing values in an eventJohann-S1-1/+8
2019-02-20fix(util): remove extendJohann-S1-1/+1
2019-02-20fix(event-handler): remove polyfill and move it to indexJohann-S1-14/+0
2019-02-20refactor(polyfill): a file for polyfillsJohann-S1-78/+4
2019-02-20Dropdown without jQueryJohann-S1-3/+2
2019-02-20allow register the same handler for different delegated selectors in eventHan...Alessandro Chitolina1-36/+36
2019-02-20tooltip without jqueryAlessandro Chitolina1-56/+89
2019-02-20Wrap our objects into IIFEJohann-S1-255/+277
2019-02-20Workaround for M$ Edge resetting defaultPrevented flag upon dispatchEventAlessandro Chitolina1-1/+23
2019-02-20Rewritten modal without jquery (#23955)Alessandro Chitolina1-24/+81
2019-02-20Add Manipulator object to add shortcuts for dom manipulationsJohann-S1-1/+1
2019-02-20Rewrite carousel without jqueryJohann-S1-27/+82
2019-02-20Add polyfill for focusin and focusoutJohann-S1-1/+15
2019-02-20Fix delegation eventsJohann-S1-3/+4
2019-02-20Fix detection of nativeEvents + trigger events with argumentsJohann-S1-15/+17
2019-02-20Remove jQuery from alert.js and add .alert only if jQuery is availableJohann-S1-1/+4
2019-02-20Add event delegation + fix EventHandler.oneJohann-S1-7/+18
2019-02-20Add namespaced eventsJohann-S1-18/+102
2019-02-20Add CustomEvent polyfill and a working preventDefault for IEJohann-S1-0/+55
2019-02-20alert without jqueryJohann-S1-0/+40