aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)AuthorFilesLines
2013-12-04Dropping unused variable in dropdown.jsmdxs1-1/+1
Dropping an unused variable in the Dropdown function inside the `dropdown.js` code. There are no new/changed unit tests, as there are no feature/bug changes requiring new test cases. For the record: I agree to dual-license this contribution under the Apache 2 and MIT licenses.
2013-12-01bump version numbers to 3.0.3Mark Otto12-12/+12
2013-11-29Merge pull request #11502 from 1000hz/patch-1Mark Otto1-2/+2
Add missing data namespace for dropdown
2013-11-18Update dropdown.jsValera Rozuvan1-1/+1
2013-11-16Add missing data namespace for dropdownCina S.1-2/+2
2013-11-14fixes #11477 and updates slid event in carousel with namespacefat2-5/+5
2013-11-10Don't deselect radio buttons in data-toggle; fixes #9920Brian Leonard1-4/+10
Merges #10787
2013-11-10Add unit test for #9920Nathan Muir1-0/+6
Merges #10385
2013-11-06bump versions to v3.0.2Mark Otto12-12/+12
2013-11-05Merge pull request #10039 from daguej/js-refsChris Rebert12-12/+12
Don't explicitly reference global jQuery
2013-11-01update version numbers in JS file comment headers to v3.0.1 & regruntChris Rebert12-12/+12
2013-10-29JS comments pointed to new documentationJared Christensen12-12/+12
2013-10-25QUnit.equals() is deprecated; use QUnit.equal() insteadChris Rebert4-18/+18
2013-10-22Update license yearZlatan Vasović9-9/+9
2013-10-14Merge pull request #10519 from zba/masterChris Rebert1-1/+1
changed attr('data-target') to data('target');
2013-10-09Remove [type]Zlatan Vasović1-1/+1
type="text/css" isn't needed
2013-09-18Sort by name.XhmikosR1-8/+8
2013-09-08changed attr('data-target') to data('target');Alexey1-1/+1
this will extend js interface, to be possible to setup targets for tabs as var content=$('<div class="tab-pane">',{text: 'content'}); var tab=('<li>',{html: $('<a>',{text: 'Main options'})}).addClass('active').data({target: $main,toggle: 'tab'}).appendTo(tabs);
2013-08-30deleted files not used anymore after transition to grunt-contrib-qunitMartin Hansen2-77/+0
2013-08-22Don't explicitly reference global jQueryJosh Dague12-12/+12
Removes `window.jQuery` in favor of `jQuery`, fixes #10038
2013-08-17add small fix for tooltip consistency + fix customizer syntax issuefat2-6/+10
2013-08-17fixes #9745fat1-2/+2
2013-08-17fixes #9674fat1-5/+6
2013-08-17fixes #9543fat1-1/+1
2013-08-17add some crapfat1-1/+1
2013-08-17add role=menu to htmlfat1-1/+1
2013-08-17fixes #9579fat1-1/+1
2013-08-17fixes #9362fat2-1/+22
2013-08-17fix for #8768fat1-1/+1
2013-08-12Drop the accordion for the panelMark Otto1-1/+1
* Deletes the accordion.less file * Extends the panel to be collapsible with our JS plugin * Supports panel color variations
2013-08-11fixes #8983Jacob Thornton1-2/+6
2013-08-11fixes #9318Jacob Thornton1-1/+1
2013-08-11fix comment in tooltipJacob Thornton1-1/+1
2013-08-11fixes #9279Jacob Thornton1-5/+3
2013-08-10fixes #9222Jacob Thornton2-11/+11
2013-08-10fixes #9111Jacob Thornton2-141/+163
2013-08-09fixes #6159Jacob Thornton1-11/+13
2013-08-08fix 'Calcuated' typo & run grunt; thanks @FagnerMartinsBrackChris Rebert1-2/+2
fixes typo introduced in 2b6ec389876fac116ae2a152e47be321632dd9ba
2013-08-07Merge pull request #9089 from jdiamond/3.0.0-wipJacob2-1/+36
accordion's data-parent can't contain dots
2013-08-06Fix spacing after '=' Braden Whitten1-1/+1
Just added a space after a function definition to tidy up the code.
2013-08-06Fixes #9150: Hide popover titles in IE8Mark Otto1-1/+7
Properly hides popover titles in IE8 because apparently it doesn't accept the `:empty` selector. /cc @fat @cvrebert
2013-08-04use quotes to allow dots in data-parentJason Diamond1-1/+1
2013-08-04failing test for dot in data-parentJason Diamond1-0/+35
2013-08-04tooltip.js: add missing spaceChris Rebert1-1/+1
2013-08-04fixes #8880fat2-12/+28
2013-08-02fixes #8957fat1-1/+3
2013-07-31fixes #8892Jacob Thornton1-1/+1
2013-07-31fixes #8864Jacob Thornton1-2/+4
2013-07-31Removed trailing whitespacesCesidio Di Landa1-6/+6
Changed hard tabs to soft tabs
2013-07-30fixes #8814fat1-4/+0