aboutsummaryrefslogtreecommitdiff
path: root/js/src
AgeCommit message (Expand)AuthorFilesLines
2019-02-26dom/manipulator.js: minor simplification. (#28358)XhmikosR1-15/+14
2019-02-26move util in a util folder with the sanitizerJohann-S18-350/+425
2019-02-20use our selector engine instead of native apiJohann-S5-14/+14
2019-02-20Use `Util.makeArray()`.XhmikosR5-14/+16
2019-02-20improve event handlerJohann-S1-56/+38
2019-02-20Simplify checks.XhmikosR3-7/+6
2019-02-20Remove unneeded ESLint suppression.XhmikosR1-1/+0
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-20minor jQuery.hasclass removal (#28158)Joshua Wilson1-1/+1
2019-02-20Use consistent arrow class (#28105)Peter Blazejewicz2-4/+4
2019-02-20Fixed Util.jQuery: window.$ is not reliable. Both Firefox and Chrome implemen...Emil Müller1-1/+1
2019-02-20rewrite toast plugin without jqueryJohann-S1-28/+36
2019-02-20Improve manipulator coverageJohann-S1-7/+4
2019-02-20Remove IE support and button bsChecked hackAlessandro Chitolina4-68/+4
2019-02-20Refactor util plugin and some testsJohann-S9-389/+386
2019-02-20chore(update): bump to 4.1.3Johann-S12-42/+54
2019-02-20fix(plugins): save instance in constructorJohann-S8-15/+19
2019-02-20fix(carousel): on load page create a carouselJohann-S2-2/+2
2019-02-20fix(unit-test): dropdown, collapse and 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-S3-23/+28
2019-02-20fix(event-handler): remove polyfill and move it to indexJohann-S2-14/+17
2019-02-20fix(polyfill): disable coverage for our polyfillsJohann-S1-0/+1
2019-02-20fix(manipulator): increase coverage for manipulatorJohann-S8-83/+90
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-S12-3/+136
2019-02-20remove old references to jquery and some fixesJohann-S9-41/+29
2019-02-20rewritten scrollspy without jqueryAlessandro Chitolina3-42/+107
2019-02-20upgrade to v4 stableJohann-S2-8/+22
2019-02-20rewritten tab without jqueryAlessandro Chitolina2-75/+125
2019-02-20Dropdown without jQueryJohann-S3-100/+112
2019-02-20allow register the same handler for different delegated selectors in eventHan...Alessandro Chitolina1-36/+36
2019-02-20Return a new function with Util.noopJohann-S2-3/+4
2019-02-20fix one forgets of using jQuery in Carousel and TooltipJohann-S1-28/+33
2019-02-20fix weird case with jQueryJohann-S1-2/+2
2019-02-20tooltip without jqueryAlessandro Chitolina6-171/+232
2019-02-20Wrap our objects into IIFEJohann-S3-353/+395
2019-02-20Rewrite Collapse without jQueryJohann-S2-97/+123
2019-02-20Workaround for M$ Edge resetting defaultPrevented flag upon dispatchEventAlessandro Chitolina1-1/+23
2019-02-20Rewritten modal without jquery (#23955)Alessandro Chitolina6-180/+304
2019-02-20Add Manipulator object to add shortcuts for dom manipulationsJohann-S3-2/+27
2019-02-20Rewrite carousel without jqueryJohann-S4-112/+223
2019-02-20Add polyfill for focusin and focusoutJohann-S1-1/+15
2019-02-20button without jqueryXhmikosR2-34/+52
2019-02-20Fix delegation eventsJohann-S1-3/+4
2019-02-20Check jQuery version only if jQuery is availableJohann-S1-14/+11