aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)AuthorFilesLines
2012-01-08fix buttons for firefoxJacob Thornton1-1/+1
2012-01-08first pass at ultra basic autocompleteJacob Thornton2-57/+112
2012-01-06start of autocomplete pluginJacob Thornton3-0/+314
2012-01-06Merge pull request #907 from ansman/2.0-wipJacob Thornton2-1/+12
Twipsy now respects custom classes
2012-01-06Add a test case for issue #908 (twipsy doesn't respect custom classes)Nicklas Ansman Giertz1-0/+11
The test case verifies that a custom class is respected.
2012-01-06Make twipsy respect custom classes when using a custom templateNicklas Ansman Giertz1-1/+1
If you had a custom class to the root object twipsy would overwrite that class ($tip[0].className = 'twipsy'), now this has been changed so it removes only classes that twipsy adds.
2012-01-05listen to window for dropdown clearJacob Thornton1-1/+1
2012-01-02actuall use interval option :PJacob Thornton1-2/+2
2012-01-02clean up options implementation for carouselJacob Thornton1-7/+24
2012-01-02basic carousel implementationJacob Thornton1-6/+42
2012-01-02start playing with carousel stuffJacob Thornton1-2/+19
2011-12-24clean up dead elements in firefox (which is droping transitionEnd events :(Jacob Thornton1-4/+11
2011-12-24Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton1-0/+4
2011-12-24move position of twipsy into getPosition so it can easily be extended for ↵Jacob Thornton1-4/+8
svg use
2011-12-24Merge pull request #842 from jonathaningram/patch-2Jacob Thornton1-0/+4
Add close and closed hooks for alert
2011-12-22fix unit test for twipsyJacob Thornton1-2/+2
2011-12-22change above below to top bottom and add "inside" placement optionJacob Thornton2-17/+14
2011-12-22From #822Jonathan Ingram1-0/+4
2011-12-21minor cleanupsJacob Thornton2-2/+4
2011-12-21animate -> animationJacob Thornton2-4/+4
2011-12-20update more readme changes - introduce target specificty convention to more ↵Jacob Thornton11-30/+58
plugins
2011-12-20update all to new on api + add animation support to tabsJacob Thornton7-27/+45
2011-12-20giant refactor - all spec passing again...Jacob Thornton26-375/+9604
2011-12-14rename transitions to transition and fix scrollspy exampleJacob Thornton1-0/+45
2011-12-13rename transitions js file, fix link in js docsMark Otto1-0/+0
2011-11-30define constructor on prototypesJacob Thornton9-11/+29
2011-11-30Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton1-8/+8
Conflicts: bootstrap.css
2011-11-30start of carouselJacob Thornton1-0/+59
2011-11-28Capitalising 'Bootstrap' and abbreviations. Fixing typos.Silumesii Maboshe1-8/+8
2011-11-27add code to reset data for collapsed element so that item can be ↵Jacob Thornton3-3/+9
intitialized with correct options
2011-11-27derpJacob Thornton1-3/+3
2011-11-27turn attribute rules to listJacob Thornton1-3/+3
2011-11-27change even was removed, in favor of show shownJacob Thornton1-1/+0
2011-11-27fix heading for js readme...Jacob Thornton1-1/+1
2011-11-27rename tabs to tab - clean up lots of api stuff make href acceptable target valJacob Thornton7-86/+110
2011-11-27remove trailing semicolons - we'll be hosting minified files with semicolons ↵Jacob Thornton7-7/+7
- no reason to make the dev source ugly
2011-11-25clean up comments for better built filesJacob Thornton1-37/+0
2011-11-25allow scrollspy to target a specific navJacob Thornton1-2/+2
2011-11-25new plugin "collapse" for collapsible lists and "accordion" like supportJacob Thornton1-0/+127
2011-11-24fix copy paste bugJacob Thornton1-1/+1
2011-11-24clean up scrollspy a bit - add public api methodJacob Thornton1-6/+28
2011-11-24fix some more modal thingsJacob Thornton1-1/+3
2011-11-24refactor modalJacob Thornton1-65/+39
2011-11-24refactor dropdown in accordance with readmeJacob Thornton4-89/+65
2011-11-24refactor alerts + add new readme which idefientifies goals for 2.0 jsJacob Thornton6-41/+163
2011-11-24update buttons js for button groupsJacob Thornton1-11/+21
2011-11-20add build script for minified files and allow elements to be returned to ↵Jacob Thornton1-2/+6
getContent and title in popovers
2011-11-20update comment numbersJacob Thornton2-2/+2
2011-11-20act on all twipsy instancesJacob Thornton1-3/+4
2011-11-20merge in js from 1.4... start working through js docsJacob Thornton8-165/+81