aboutsummaryrefslogtreecommitdiff
path: root/js/tab.js
AgeCommit message (Collapse)AuthorFilesLines
2013-11-06bump versions to v3.0.2Mark Otto1-1/+1
2013-11-05Merge pull request #10039 from daguej/js-refsChris Rebert1-1/+1
Don't explicitly reference global jQuery
2013-11-01update version numbers in JS file comment headers to v3.0.1 & regruntChris Rebert1-1/+1
2013-10-29JS comments pointed to new documentationJared Christensen1-1/+1
2013-10-22Update license yearZlatan Vasović1-1/+1
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-22Don't explicitly reference global jQueryJosh Dague1-1/+1
Removes `window.jQuery` in favor of `jQuery`, fixes #10038
2013-07-25twbs ALL the linksChris Rebert1-1/+1
2013-07-23revert collapse change + add emulateTransitionEvent to catch dead css ↵Jacob Thornton1-1/+3
transitions
2013-05-21upgrade jshint to 2.1.2 for anton <3Jacob Thornton1-4/+4
2013-05-16change namespace back to dot notation and someother js shizzlefat1-5/+5
2013-05-16straight trash wangfat1-75/+64
2013-05-16a bunch javascript junkfat1-0/+144