aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)AuthorFilesLines
2014-03-16Merge branch 'hnrch02-modal-toggle'Chris Rebert1-1/+1
2014-03-16Fix #12845 - Modal#hide should only be called with an event argumentHeinrich Fenkart1-1/+1
Closes #12850
2014-03-16Merge pull request #12862 from sultano/patch-1Jacob1-3/+1
Fixed flickering and simplified calculations
2014-03-16Fix #12375: stop using document.body.scrollTop as it's deprecated in the ↵Zlatan Vasović1-1/+1
strict mode Closes #12377
2014-03-16correct event naming of `scroll` and `load' eventTobias Lindig1-2/+2
closes #12337
2014-03-16fixes #9855fat1-6/+29
2014-03-14Fix JSHint errorsJulian Thilo1-36/+35
X-Ref: https://github.com/twbs/bootstrap/commit/8c9739d4773c268b114296d90e61b5f4e2932517
2014-03-13Merge pull request #13060 from twbs/role-tooltipChris Rebert1-1/+1
add role="tooltip" to tooltips by default to improve accessibility
2014-03-13Merge pull request #11937 from IHomer/masterJacob1-1/+1
Fix: IE10 or lower incorrectly determines the scrollheight of the body. ...
2014-03-13Merge pull request #11453 from moodyroto/patch-1Jacob1-0/+37
fix scrollspy for targets within tabs
2014-03-13add role="tooltip" to tooltips by default to improve accessibilityChris Rebert1-1/+1
See https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tooltip
2014-03-10fix #12771Chris Rebert1-1/+1
2014-03-09Remove unneeded quotes.XhmikosR3-10/+11
2014-03-08fixes #9836fat1-2/+4
2014-03-08fix #9342fat1-1/+1
2014-03-06use quotes around all element attr vals in JS; fixes #12946Chris Rebert2-5/+5
2014-02-28Move `trailing` check to JSCS.XhmikosR1-0/+1
2014-02-28Move `camelcase` check to JSCS.XhmikosR1-0/+1
2014-02-28JSCS: Use more style checks.XhmikosR1-0/+3
2014-02-28Move the quotes check to JSCS.XhmikosR2-2/+2
2014-02-28Switch to using JSCS for the indentation check.XhmikosR3-16/+15
2014-02-27Fixed flickering and simplified calculationsSuleman Chikhalia1-3/+1
- Removed offending line causing a flicker to the default top state - Simplified calculation of the top offset when in the bottom state
2014-02-26Bump grunt-jscs-checker.XhmikosR1-0/+0
2014-02-21updated qunit test reporting so sauce labs can report failing testsjonahss1-2/+26
2014-02-21Merge pull request #12761 from hnrch02/no-event-aliasesMark Otto2-8/+8
Remove event aliases from JavaScript
2014-02-18Merge pull request #12058 from ZDroid/utiXhmikosR4-45/+45
Remove semicolons from JS tests
2014-02-18Improve `js/tests/index.html`Zlatan Vasović1-6/+5
- Improve comments. - Remove `transition.js` script load as `transition.js` unit test doesn't exist.
2014-02-17Remove semicolons from JS testsZlatan Vasović4-45/+45
2014-02-16Merge pull request #12720 from twbs/reident-test-filesChris Rebert12-1470/+1471
Reindent test files
2014-02-16Remove event aliases from JavaScriptHeinrich Fenkart2-8/+8
Makes life for people with custom jQuery builds excluding event aliases much easier.
2014-02-16Merge pull request #12513 from ZDroid/jshintXhmikosR1-1/+0
Remove `curly: false` from `.jshintrc`
2014-02-16Remove `curly: false` from `.jshintrc`Zlatan Vasović1-1/+0
2014-02-14Re-indent test files.XhmikosR12-1470/+1471
2014-02-13v3.1.1 bumpMark Otto12-12/+12
2014-01-30Update jQuery to v1.11.0.XhmikosR1-6/+4
Also, use Google's CDN per #11369.
2014-01-30Bump versions, run gruntv3.1.0Mark Otto12-12/+12
2014-01-17add namespace `.bs` also to the event `dismiss.modal`Tobias Lindig1-3/+3
2014-01-17remove needless space characterTobias Lindig1-1/+1
2014-01-16Revert "Add tooltip `viewport` option, respect bounds of the viewport"Chris Rebert2-116/+30
This reverts commit edb221a20ceabebd427e27d0432e94a227717217. Reverting due to broken JS unit tests. Conflicts: docs/javascript.html
2014-01-16Merge branch 'bo-tooltip-viewport' of https://github.com/benogle/bootstrap ↵Mark Otto2-30/+116
into benogle-bo-tooltip-viewport Conflicts: docs/javascript.html
2014-01-16add missing parenfat1-1/+1
2014-01-16tooltip subpixel test fixesfat1-2/+6
2014-01-16remove flaky pos bottom test which is effect by unit scroll posfat1-10/+0
2014-01-16new qunitfat9-1055/+1720
2014-01-16Fixing js error in IE9 where no transition is supportedIslam Sharabash1-1/+1
2014-01-14more detailed QUnit test results in SauceChris Rebert1-1/+6
2014-01-14Add tooltip `viewport` option, respect bounds of the viewportBen Ogle2-30/+116
2014-01-13upgrade to QUnit v1.0.0Chris Rebert2-45/+81
2014-01-13Revert accidental overzealousness from 16eccc43d9Chris Rebert2-2/+2
Let's not confuse the archaeologists & historians.
2014-01-08JSCS can be dumb sometimesChris Rebert1-1/+1