bootstrap/js
Alexey 7ee2b6a976 changed attr('data-target') to data('target');
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-09-08 04:49:27 +03:00
..
tests deleted files not used anymore after transition to grunt-contrib-qunit 2013-08-30 21:39:48 +02:00
.jshintrc get jshint close to passing by updating .jshintrc settings 2013-07-27 21:56:44 -07:00
affix.js fix affix… 2013-07-25 23:30:13 -07:00
alert.js twbs ALL the links 2013-07-25 12:24:13 -07:00
button.js fixes #8957 2013-08-02 15:13:12 -07:00
carousel.js fixes #8983 2013-08-11 15:41:06 -07:00
collapse.js Drop the accordion for the panel 2013-08-12 23:36:25 -07:00
dropdown.js fixes #9745 2013-08-17 16:18:26 -07:00
modal.js fixes #9579 2013-08-17 15:05:59 -07:00
popover.js fixes #9222 2013-08-10 14:09:05 -07:00
scrollspy.js fix scrollspy for window *and* children 2013-07-26 22:24:51 -07:00
tab.js changed attr('data-target') to data('target'); 2013-09-08 04:49:27 +03:00
tooltip.js add small fix for tooltip consistency + fix customizer syntax issue 2013-08-17 20:28:58 -07:00
transition.js add small fix for tooltip consistency + fix customizer syntax issue 2013-08-17 20:28:58 -07:00