aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)AuthorFilesLines
2019-02-20fix(plugins): save instance in constructorJohann-S8-15/+19
2019-02-20fix(visual-test): remove jquery in themJohann-S11-54/+100
2019-02-20fix(carousel): on load page create a carouselJohann-S2-2/+2
2019-02-20fix(unit-test): dropdown, collapse and carouselJohann-S5-16/+26
2019-02-20fix(event-handler): use Object.key for passing values in an eventJohann-S1-1/+8
2019-02-20fix(util): increase util coverageJohann-S1-0/+18
2019-02-20fix(selector-engine): increase coverage for selector engineJohann-S5-3/+86
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-S12-87/+286
2019-02-20refactor(polyfill): a file for polyfillsJohann-S4-219/+137
2019-02-20fix(data): increase coverage for dataJohann-S4-6/+99
2019-02-20fix(event-handler): remove the use of our event handler in unit testJohann-S9-280/+303
2019-02-20fix(data): do not use data object in our unit testsJohann-S21-44/+190
2019-02-20remove old references to jquery and some fixesJohann-S14-56/+44
2019-02-20rewritten scrollspy without jqueryAlessandro Chitolina5-49/+117
2019-02-20upgrade to v4 stableJohann-S4-17/+33
2019-02-20rewritten tab without jqueryAlessandro Chitolina4-81/+137
2019-02-20Dropdown without jQueryJohann-S6-182/+225
2019-02-20fix chores karmaJohann-S1-0/+4
2019-02-20Fix new unit test in popoverJohann-S1-1/+1
2019-02-20allow register the same handler for different delegated selectors in eventHan...Alessandro Chitolina2-36/+106
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 Chitolina11-235/+306
2019-02-20Wrap our objects into IIFEJohann-S3-353/+395
2019-02-20fix unit test modalJohann-S1-1/+1
2019-02-20Rewrite Collapse without jQueryJohann-S4-149/+174
2019-02-20Workaround for M$ Edge resetting defaultPrevented flag upon dispatchEventAlessandro Chitolina2-1/+41
2019-02-20Rewritten modal without jquery (#23955)Alessandro Chitolina12-237/+597
2019-02-20Add Manipulator object to add shortcuts for dom manipulationsJohann-S7-6/+34
2019-02-20Rewrite carousel without jqueryJohann-S7-207/+353
2019-02-20Add polyfill for focusin and focusoutJohann-S1-1/+15
2019-02-20button without jqueryXhmikosR4-47/+72
2019-02-20Fix delegation eventsJohann-S1-3/+4
2019-02-20Check jQuery version only if jQuery is availableJohann-S1-14/+11
2019-02-20Second element of find and findOne should be optional, not the first oneJohann-S2-4/+4
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-20fix declaration of alert jquery plugin only if jquery is availableJohann-S1-5/+5
2019-02-20Disable ESlint on no-return-assign and temporary for arrow-body-styleJohann-S2-5/+9
2019-02-20Remove jQuery from alert.js and add .alert only if jQuery is availableJohann-S5-37/+30
2019-02-20Add event delegation + fix EventHandler.oneJohann-S2-13/+19
2019-02-20Add namespaced eventsJohann-S1-18/+102
2019-02-20Add CustomEvent polyfill and a working preventDefault for IEJohann-S2-1/+57
2019-02-20better polyfill for closest and matches functionsJohann-S1-15/+39