aboutsummaryrefslogtreecommitdiff
path: root/js/src/dom/selectorEngine.js
AgeCommit message (Expand)AuthorFilesLines
2019-05-08Rename `eventHandler` and `selectorEngine` files.XhmikosR1-97/+0
2019-03-18Add back support for IE 11Johann-S1-4/+3
2019-03-13Use one-line imports when possible. (#28467)XhmikosR1-3/+1
2019-03-11Comply to the new rules.XhmikosR1-3/+2
2019-02-26move util in a util folder with the sanitizerJohann-S1-2/+4
2019-02-20remove polyfills which override browsers defaultJohann-S1-14/+13
2019-02-204.3.1.XhmikosR1-1/+1
2019-02-20Remove IE support and button bsChecked hackAlessandro Chitolina1-1/+1
2019-02-20Refactor util plugin and some testsJohann-S1-67/+67
2019-02-20chore(update): bump to 4.1.3Johann-S1-1/+1
2019-02-20fix(selector-engine): increase coverage for selector engineJohann-S1-1/+5
2019-02-20refactor(polyfill): a file for polyfillsJohann-S1-93/+11
2019-02-20rewritten scrollspy without jqueryAlessandro Chitolina1-4/+38
2019-02-20rewritten tab without jqueryAlessandro Chitolina1-13/+69
2019-02-20tooltip without jqueryAlessandro Chitolina1-2/+0
2019-02-20Wrap our objects into IIFEJohann-S1-56/+66
2019-02-20Second element of find and findOne should be optional, not the first oneJohann-S1-3/+3
2019-02-20Add findOne to our SelectorEngineJohann-S1-1/+14
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
2019-02-20Remove jQuery from alert.js and add .alert only if jQuery is availableJohann-S1-7/+4
2019-02-20better polyfill for closest and matches functionsJohann-S1-15/+39
2019-02-20alert without jqueryJohann-S1-0/+42