aboutsummaryrefslogtreecommitdiff
path: root/js/src/dom
AgeCommit message (Collapse)AuthorFilesLines
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
Combine two checks since we return the same value for both.
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 ↵Alessandro Chitolina1-36/+36
eventHandler
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
* Trigger jquery events if available in event handler * Rewritten modal without jquery
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
If not supplied, it'll just use `document`.
2019-02-20Disable ESlint on no-return-assign and temporary for arrow-body-styleJohann-S1-4/+8
2019-02-20Remove jQuery from alert.js and add .alert only if jQuery is availableJohann-S3-11/+11
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-20better polyfill for closest and matches functionsJohann-S1-15/+39
2019-02-20alert without jqueryJohann-S3-7/+102
2019-02-20Remove jQuery from Util.jsJohann-S1-0/+38
s