fat
bbe4625672
lol we dont' have affix(refresh)
2012-12-19 23:39:26 -08:00
fat
7f9ff0ba5b
add js support for carousel indicators
2012-12-19 23:25:25 -08:00
fat
e9eff0cbff
wait 100ms before engaging affix (allows for initial browser scroll)
2012-12-19 22:37:41 -08:00
fat
96e5fa6143
whitespace in tooltip + don't pass empty selector to $() in dropdown.js
2012-12-19 22:26:36 -08:00
fat
7c456c8554
fix tooltip doc dumbness
2012-12-19 22:05:33 -08:00
fat
219d275ae6
can't extend bounding box thingy
2012-12-19 22:03:57 -08:00
fat
dc4e80a655
fix ghetto ass timeout shit
2012-12-19 21:55:23 -08:00
fat
5bd8cdca91
remove inside support from tooltip + fix tooltip svg support + change makefile to rely on local npm install
2012-12-19 21:36:50 -08:00
Mark Otto
529ecc5a77
Version bump
2012-12-10 18:31:04 -08:00
Mark Otto
bc0b94a3fd
Merge branch 'master' into 3.0.0-wip
...
Conflicts:
docs/assets/css/bootstrap.css
docs/assets/js/bootstrap.js
docs/css.html
docs/templates/pages/base-css.mustache
docs/templates/pages/components.mustache
docs/templates/pages/javascript.mustache
less/breadcrumbs.less
less/tables.less
less/tests/css-tests.html
2012-12-08 17:40:42 -08:00
Mark Otto
cacc213762
Nesting tables
...
* Add simple test to css-tests.html
* Scope .table-bordered to immediate children th/td elements only
2012-12-08 12:52:19 -08:00
fat
820a3b27b6
get tests passing for typeahead :P
2012-12-07 19:16:48 -05:00
fat
1747caf19d
insert menu of typeahead after input which it suggests on #3529
...
note: this will likely break things for people in the same way that doing
this to tooltip did… however we think this is a better insertion model for
z-index,scrolling,modal,etc. applications
2012-12-07 18:59:13 -05:00
fat
437654030a
focus on escape in typeahead
2012-12-07 18:37:32 -05:00
fat
91fbadad5b
remove slide from carousel constructor #5579
2012-12-07 17:49:05 -05:00
fat
66b70016d0
rebuild and only select visible dropdown items
2012-12-07 17:14:49 -05:00
fat
a7eb9c294a
add noConflict functionality to all bootstrap plugins
2012-12-07 17:06:01 -05:00
Mark Otto
33e14fe5bf
Merge branch '2.2.2-wip' into 3.0.0-wip
...
Conflicts:
README.md
docs/assets/css/bootstrap.css
docs/assets/js/bootstrap.js
docs/assets/js/bootstrap.min.js
docs/examples/fluid.html
docs/scaffolding.html
less/breadcrumbs.less
less/popovers.less
less/responsive.less
2012-12-05 11:05:10 -08:00
Mark Otto
b3019d7aab
add gallery page, fill with a few screenshots to start
2012-12-04 20:30:21 -08:00
Mark Otto
ed74992853
Fixes #4550 : Temporary fix for dropdown taps on mobile
...
* Fix as documented here: https://github.com/twitter/bootstrap/issues/4756#issuecomment-9952781
* Stops propagation for touchstart for dropdowns
2012-12-04 18:36:18 -08:00
Andreas Cederström
68cbba347b
Fixing header color for success, error and info alerts
2012-12-03 14:20:14 +01:00
Mark Otto
32d425967a
run make on js changes to popover
2012-12-02 01:32:23 -08:00
Mark Otto
dd11d0a3fa
move around social buttons
2012-12-01 13:47:07 -08:00
Mark Otto
98b0d475ae
version bump to 3.0
2012-11-30 22:30:50 -08:00
Mark Otto
38c546c785
upgrade to holder 1.6
2012-11-29 21:35:45 -08:00
Mark Otto
acc037de15
add holder and replace placehold.it
2012-11-29 20:59:14 -08:00
Mark Otto
05655ff4ff
fixes #5922 : clicking only button should download custom build
2012-11-15 09:14:54 -08:00
Mark Otto
79b7017227
version bump
2012-11-05 09:32:48 -08:00
Bradly Feeley
46b5e0cbc6
Fixing various spelling typos in the docs.
2012-11-02 16:34:21 -06:00
fat
3b3dd3ac3c
2.2.1 - hotfix for carousel
2012-10-30 21:59:56 -07:00
fat
404e4d9e9a
fix carousel and rebuild js
2012-10-30 21:32:15 -07:00
Mark Otto
41ad16fe40
v2.2.0 instead of v2.1.2
2012-10-29 21:00:53 -07:00
Jacob Thornton
ba2a99e7c4
don't lookup typeahead when shift alt or ctrl are pushed
2012-10-17 23:39:41 -07:00
Jacob Thornton
45046544a6
when static, refocus on click
2012-10-17 23:36:22 -07:00
Jacob Thornton
0b9d4e78ad
Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wip
2012-10-17 23:06:58 -07:00
Jacob Thornton
7f3b94c453
Merge branch 'delegate-api-to-document' of git://github.com/badcarl/bootstrap into badcarl-delegate-api-to-document
...
Conflicts:
js/bootstrap-carousel.js
2012-10-17 23:05:16 -07:00
billy gates
d6ac499ca8
Merge pull request #5309 from erlendfh/dropdown-bugfix
...
Fixed bug in dropdown toggle where menu would only clear on the first dropdown
2012-10-17 23:00:41 -07:00
Jacob Thornton
280d4aeb30
rebuild
2012-10-17 22:51:39 -07:00
Jacob Thornton
edc3eee5ea
fix carousel event
2012-10-17 22:26:44 -07:00
mfansler
e24b46b7f3
fixes #5336 : reorder focus() call to avoid scrolling
2012-10-16 12:27:43 -04:00
Erlend Halvorsen
e9a648cd39
Fixed bug in dropdown toggle where menu would only clear on the first drop down
2012-09-27 10:31:40 +02:00
Jacob Thornton
0540b63ab0
check affix pos on clicks - use timeout for clicks which scroll
2012-09-24 23:59:02 -07:00
Jacob Thornton
88b1e44dd6
change tooltip/popover insert strategy
...
remove modal-open class
hopefully resolve z-index headaches
2012-09-24 23:28:38 -07:00
Jacob Thornton
003fcccceb
change tooltip/popover html default to false for xss safety net
2012-09-24 23:15:36 -07:00
Jacob Thornton
ebf94c53a5
change transition.js, rebuild… travis maybe will be happy?
2012-09-20 16:50:36 -07:00
Jacob Thornton
fe38d12f12
rebuild - fix missing (
2012-09-20 16:26:00 -07:00
Jacob Thornton
667179f406
added support for jquery 1.8.*
2012-09-20 16:23:54 -07:00
Mark Otto
08b8571cb8
version bump to get this started
2012-09-05 10:00:57 -07:00
Jacob Thornton
c52368d3c5
last rebuild before 2.1.1 release
2012-09-04 20:44:11 -07:00
Mark Otto
bf590d8c81
fixes #4958 : add version to minified js
2012-09-04 11:13:08 -07:00
Mark Otto
e27b1355b5
fixes #4771 : widen .form-horizontal labels and .dl-horizontal terms given larger font-size of 2.1.0
2012-08-28 10:12:04 -07:00
Jacob Thornton
3568146b28
only stop prop on form – as people seem to be relying on dropdown hiding when clicking internal elements
2012-08-27 21:44:09 -07:00
Mark Otto
7d412b1e14
fixes #4741 : undo previous version's attempt at firefox gradient changes and add gradient tests
2012-08-27 21:18:55 -07:00
Jacob Thornton
601e252074
fix for #4761
2012-08-27 20:58:51 -07:00
Jacob Thornton
d797a5fbd7
fix for open elements under modal when .modal-open
2012-08-27 20:43:12 -07:00
Mark Otto
1c134d9a7f
update version numbers to 2.1.1
2012-08-21 13:11:25 -07:00
Mark Otto
6477ad1acf
fixes #4472 : manually change mustache file as well for typo
2012-08-21 12:57:41 -07:00
Jacob Thornton
320b75de63
add affix to zip
2012-08-20 23:13:43 -07:00
Jacob Thornton
2b5e09038a
small nits
2012-08-20 16:21:57 -07:00
Mark Otto
e510306196
bump versions to 2.1.0
2012-08-19 23:07:18 -07:00
Mark Otto
a667fd93ab
pre font-size increase; revert static top navbar, undo contents section for now
2012-08-19 23:01:24 -07:00
Mark Otto
7ed82c1223
font-size change on examples in getting started
2012-08-19 11:59:28 -07:00
Jacob Thornton
c9cef741f6
listen to touchstart for dropdowns on mobile
2012-08-18 20:18:15 -07:00
Jacob Thornton
45dddc59a1
add click option for tooltip, popover - make click default for popover
2012-08-18 19:54:30 -07:00
Jacob Thornton
1166b39630
removed some old stuff from application.js
2012-08-18 19:24:29 -07:00
Mark Otto
54c645e33d
tweak transition
2012-08-15 14:49:55 -07:00
Jacob Thornton
ff38c14948
stray ;
2012-08-14 21:23:29 -07:00
Jacob Thornton
dee57462e2
get affix actually working and update docs
2012-08-14 21:06:08 -07:00
Mark Otto
9f8ce77751
running make on previous changes
2012-08-13 10:05:19 -07:00
Jacob Thornton
2b2b3303e1
fix indexof on array for ie8
2012-08-02 16:58:25 -07:00
Jacob Thornton
48546c2735
aria-labelledby="myModalLabel" aria-hidden="true"
2012-08-01 20:26:44 -07:00
Dirk Ginader
6977d35eed
close #3531 added focus handling and removed the badly announced "times" close button from screenreaders
2012-08-01 20:11:16 -07:00
Jacob Thornton
c10a357bb3
don't bite so hard
2012-07-24 12:57:00 -07:00
Jacob Thornton
c98b75c979
added fade out on scroll - we can pull this if you prefer it
2012-07-24 00:48:45 -07:00
Jacob Thornton
e38fa4b1f4
fix scroll thinggg
2012-07-24 00:30:58 -07:00
Mark Otto
f085dbadd1
Merge branch '2.1.0-wip' of github.com:twitter/bootstrap into 2.1.0-wip
...
Conflicts:
docs/assets/css/docs.css
docs/base-css.html
docs/components.html
docs/customize.html
docs/getting-started.html
docs/javascript.html
docs/scaffolding.html
docs/templates/pages/base-css.mustache
docs/templates/pages/components.mustache
docs/templates/pages/customize.mustache
docs/templates/pages/getting-started.mustache
docs/templates/pages/javascript.mustache
docs/templates/pages/scaffolding.mustache
2012-07-23 23:01:38 -07:00
Jacob Thornton
dcf75697ec
some progress on affix plugin
2012-07-22 18:28:39 -07:00
Jacob Thornton
fae6c36874
adds minLength #3960
2012-07-22 14:50:52 -07:00
Mark Otto
a1ad6d124a
Merge branch '2.1.0-wip' of https://github.com/benjaminoakes/bootstrap into benjaminoakes-2.1.0-wip
...
Conflicts:
docs/extend.html
docs/templates/pages/extend.mustache
2012-07-17 20:57:20 -07:00
Martin Bean
74b167b86d
Moved JS to bottom as per best practices
2012-07-13 22:25:47 +01:00
Mark Otto
c6ee96c025
fix up subnav styles, add subnav search form styles, add some basic docs for subnav
2012-07-05 10:37:23 -07:00
Mark Otto
e7e183e55d
Merge branch 'tekezo-patch-1' into 2.1.0-wip
2012-06-25 16:49:13 -07:00
Mark Otto
508a93d9e3
make fixing of subnav work again
2012-06-24 21:07:20 -07:00
Takayama Fumihiko
e80f37b600
".linenums .tag" should be ".prettyprint .tag".
2012-06-24 15:26:39 +09:00
Mark Otto
59153205b3
run make on js files
2012-06-20 23:46:29 -07:00
Jacob Thornton
b2b000b750
change transition end name for opera
2012-06-20 10:40:56 -07:00
Mark Otto
860a96939a
fix grid tooltips, tweaks
2012-06-07 10:58:15 -07:00
Mark Otto
8ee0679522
updated javascripts for first pass at single column
2012-06-05 18:25:46 -07:00
Jacob Thornton
82ea5847a7
adds remote source to modal. Remote source can be specified in href or by providing a remote option #936
2012-06-03 21:26:54 -07:00
Jacob Thornton
31e8a358c3
check length so that pause, actually pauses
2012-06-03 11:24:19 -07:00
Jacob Thornton
2d3a0babd2
make active selector more specific #2043 and rebuild
2012-06-02 22:10:35 -07:00
Jacob Thornton
ebc1fe907d
only trigger $.support.transition.end when it exists
2012-06-02 21:09:13 -07:00
Jacob Thornton
3a751a63d4
fix multi carousel bug #3194
2012-06-02 21:01:45 -07:00
Jacob Thornton
555a3b0478
fix carousel when hiding a reshowing - make sure it always triggers transition end #3248
2012-06-02 20:28:08 -07:00
Jacob Thornton
0b827965d3
fix regression in typeahead #3313
2012-06-02 19:31:30 -07:00
Jacob Thornton
354f99f0bd
add length to parent dropdown check #3316
2012-06-02 19:02:30 -07:00
Jacob Thornton
4ca1cba3f8
upgrade jquery to 1.7.2 #3379
2012-06-02 18:25:07 -07:00
Jacob Thornton
b07b869b26
rebuild assets
2012-06-02 18:15:23 -07:00
Jacob Thornton
806a82ef83
add relatedTarget to carousel slide event
2012-06-02 18:06:00 -07:00
Jacob Thornton
f836473129
add html option back to tooltip and popover to explicitly prevent XSS #3421
2012-06-02 17:55:10 -07:00
Jacob Thornton
fc96bc8bba
rebuild doi
2012-06-02 17:30:00 -07:00
Jacob Thornton
5b401a8c16
add collapsed class to collapse invoker when it's target is collapsed #3525
2012-06-02 17:28:38 -07:00
Jacob Thornton
5e5965ca6f
Merge branch 'accessibility' into 2.1.0-wip
...
Conflicts:
docs/assets/js/bootstrap.min.js
docs/javascript.html
docs/templates/pages/javascript.mustache
2012-06-02 16:11:35 -07:00
Jacob Thornton
ebc6935663
2.0.3 -> 2.0.4
2012-06-01 11:04:27 -07:00
Jacob Thornton
4eaeea81fd
rebuild and fix test
2012-05-31 10:24:23 -07:00
Jacob Thornton
9889948f58
abandon activedescendant because it was awful
2012-05-17 00:39:14 -07:00
Jacob Thornton
a7b49a7d92
nearly everything working with activedescendant... then decide it's wrong.
2012-05-17 00:23:11 -07:00
Jacob Thornton
10c6db4b14
add proper role to dialog markup and cleanup modal logging
2012-05-16 19:43:22 -07:00
Jacob Thornton
a404ac33bb
modal accessibility tab control
2012-05-16 19:09:57 -07:00
Jacob Thornton
ffb4d9025b
rebuild with typeahead change
2012-04-25 22:15:39 -07:00
Jacob Thornton
a29e5a9dd6
fix #3234
2012-04-25 21:52:05 -07:00
Jacob Thornton
aaabe2a46c
fix regression in resetting collapse to auto on collapse open. (+ add spec and rebuild)
2012-04-24 18:06:41 -07:00
Jacob Thornton
839ef3a030
2.0.2 -> 2.0.3
2012-04-24 02:19:02 -07:00
Jacob Thornton
73453c7f79
changes for build in preperation for 2.0.3 release
2012-04-24 02:02:06 -07:00
Jacob Thornton
bc07e2adae
allow for pushstate in scrollspy
2012-04-18 13:35:14 -07:00
Jacob Thornton
8f98c4fbf6
offset -> position #3088
2012-04-18 13:15:13 -07:00
Jacob Thornton
f3cf4cbaae
rebuild
2012-04-16 17:36:03 -07:00
Jacob Thornton
6cf9906a60
build bootstrap.js and bootstrap.min.js into docs
2012-04-15 17:03:33 -07:00
Jacob Thornton
0b8042656f
fixes #2941 + whitespace in collapse
2012-04-15 16:15:32 -07:00
Jacob Thornton
be0efcfcfc
whitespace
2012-04-14 23:38:11 -07:00
Jacob Thornton
1ca1ef94ee
fix opera bug \o/ !!!! #1776
2012-04-14 23:24:19 -07:00
Jacob Thornton
cf4924764c
rebuild with tooltip formatting change
2012-04-14 23:11:19 -07:00
Jacob Thornton
c7dc4cc573
change position of var in dropdown + cleanup makefile vars
2012-04-14 22:43:36 -07:00
Jacob Thornton
82267d48ff
calling pause on a slide should actually pause it - even when hovering
2012-04-14 17:49:51 -07:00
Jacob Thornton
3408064d00
hack for subnav
2012-04-14 17:15:03 -07:00
Jacob Thornton
575f18aaf4
add jshint support + a few minor stylistic changes
2012-04-14 16:29:53 -07:00
Jacob Thornton
08fee005a8
https://github.com/twitter/bootstrap/issues/2954
2012-04-07 21:26:46 -07:00
Jacob Thornton
83febb3452
remake and add isHTML check to popover as well
2012-04-04 15:02:30 -07:00
Jacob Thornton
2dc979a202
MSTransitionEnd + move paren (thanks rick waldron)
2012-03-29 14:14:17 -07:00
Jacob Thornton
0665c3ebf7
move over paren just because.
2012-03-29 13:55:56 -07:00
Jacob Thornton
422d04cb2b
simplify transition plugin a little
2012-03-29 13:51:23 -07:00
Jacob Thornton
30b3f47e31
remove "technique"
2012-03-29 12:48:37 -07:00
Jacob Thornton
8ea8c312ea
replace UA sniffing
2012-03-29 12:35:06 -07:00
Jacob Thornton
3e7920820a
add missing closing brace
2012-03-24 20:01:51 -07:00
Jacob Thornton
f02d017ffa
return matcher value directly + cleanup first lines of files
2012-03-24 18:59:04 -07:00
Jacob Thornton
bccc2cb719
add preventDefault support for all inital event types (show, close, hide, etc.) + fix small bug with scrollspy.last
2012-03-24 18:20:09 -07:00
Jacob Thornton
ef5ac02b69
allow prevent default for show and hide event in modal
2012-03-24 17:50:21 -07:00
Jacob Thornton
b3bf223617
filter out non matches in map
2012-03-21 23:59:27 -07:00
Jacob Thornton
20e085723b
cache $(href) lookup
2012-03-21 23:51:32 -07:00
Jacob Thornton
706ee46b73
sort scrollspy to prevent flicker for unordered nav
2012-03-21 23:45:58 -07:00
Jacob Thornton
94b24aaa47
clear timeout to reset delays for tooltip/popover
2012-03-21 21:57:06 -07:00
Jacob Thornton
22963d7346
Merge branch '2.1.0-wip' of https://github.com/twitter/bootstrap into 2.1.0-wip
...
Conflicts:
docs/assets/bootstrap.zip
2012-03-21 21:37:17 -07:00
Jacob Thornton
d5fb653914
top stripping leading and trailing whitespace + always use .html method
2012-03-21 21:35:02 -07:00
Jacob Thornton
cb8dcfcebf
if transitioning collapse, don't start new transition
2012-03-20 22:43:27 -07:00
Jacob Thornton
663e41d74f
prevent dropdowns from closing when clicking inside form element inside dropdown
2012-03-19 23:13:55 -07:00
Jacob Thornton
63bd7cb478
fix slide logic for ie+ in carousel
2012-03-19 21:39:39 -07:00
Jacob Thornton
bce33bbb09
if parent in collapse, only grab children
2012-03-19 21:10:55 -07:00
Jacob Thornton
630ff4ff7d
fix collapse bug in ie7+ for initial collapse in
2012-03-19 20:51:20 -07:00
Jacob Thornton
07d23b927e
add activate to scrollspy docs
2012-03-19 20:29:22 -07:00
Jacob Thornton
67f199678c
if interval is false, do not autocycle the carousel
2012-03-19 15:48:57 -07:00
Jacob Thornton
bf59220b87
;)
2012-03-19 15:19:01 -07:00
Jacob Thornton
5a2c7eb50a
select last item in scrollspy if you've reached the bottom of the document or element
2012-03-19 15:18:00 -07:00
Jacob Thornton
59503e71ff
2.0.2 derp
2012-03-12 14:09:38 -07:00
Jacob Thornton
56fe54df43
remove collapse class on open so that dropdowns are viewable
2012-03-12 13:37:44 -07:00
Jacob Thornton
af1dbf6581
rebuild
2012-03-08 11:39:50 -08:00
Mark Otto
1a781a707e
Merge branch '2.0.2-wip' of github.com:twitter/bootstrap into 2.0.2-wip
...
Conflicts:
docs/assets/bootstrap.zip
2012-02-26 23:16:11 -08:00
Jacob Thornton
fb74018ae2
and pause on hover option to carousel
2012-02-24 21:51:39 -08:00
Jacob Thornton
d149a131c1
remake
2012-02-20 22:02:04 -08:00
Jacob Thornton
3d58b46226
fix bootstrap-button toggle regression + tests
2012-02-18 23:29:58 -08:00
Jacob Thornton
7ec09d0db9
2.0.1
2012-02-16 22:42:38 -08:00
Jacob Thornton
9d12b2d601
don't try next if not next
2012-02-16 20:43:57 -08:00
Jacob Thornton
e730f8adb5
null out interval so that pause doesn't resume on next or prev
2012-02-16 20:22:01 -08:00
Jacob Thornton
f9b578260f
rebuild alerts
2012-02-16 20:05:09 -08:00
Jacob Thornton
6e77c9d123
add semicolons to the end of js files
2012-02-13 18:41:02 -08:00
Jacob Thornton
5b4a29d84e
honor data attributes set on modal as well
2012-02-12 11:15:12 -08:00
Jacob Thornton
139a077543
don't use e.target incase button has icon or other content inside it
2012-02-07 21:55:27 -08:00
Jacob Thornton
c8c4d5b392
fix alert tests + add show option back to modals
2012-02-06 00:17:31 -08:00
Jacob Thornton
e26da36b9a
remove 2.0-wip ref
2012-02-01 22:30:51 -08:00
Jacob Thornton
390a9af936
move js stuff into assets
2012-01-31 13:58:28 -08:00
Jacob Thornton
f622822459
check in dist dir for hb5 + update images to point to correct spot for builder
2012-01-29 16:19:41 -08:00
Jacob Thornton
12d3c2fe74
fix z-index issue with modals for popovers,tooltips,and dropdowns
2012-01-28 12:08:41 -08:00
Jacob Thornton
ab8f4a394c
remove js for table sorts
2012-01-28 01:48:45 -08:00
Jacob Thornton
09df780b75
clean up application js a bit
2012-01-28 00:46:04 -08:00
Jacob Thornton
4737d693e0
remove quick start section to simplify landing page + start rewriting application js to work ie7
2012-01-28 00:36:37 -08:00
Jacob Thornton
0255f47eb3
add zindex option for tooltips/popovers and fix modal zindex doc example
2012-01-27 21:36:58 -08:00
Jacob Thornton
c63175dc1d
change endpoint to point to actual server...
2012-01-26 22:52:44 -08:00
Jacob Thornton
dc2deb9a1b
moving structure around + more work on builder...
2012-01-26 21:48:46 -08:00
Jacob Thornton
1e9c2fb9d4
getting closer....
2012-01-26 20:23:15 -08:00
Jacob Thornton
12484a7471
more builder crap
2012-01-26 16:41:28 -08:00
Jacob Thornton
d531f72645
some js for javascript for builder (stil incomplete)
2012-01-26 16:12:34 -08:00
Mark Otto
f62c9379fb
remove all tablesorter assets and css
2012-01-25 20:07:27 -08:00
Mark Otto
b8fa6cfacf
move css builder and downloader to dedicated page, start to update remaining sections on LESS docs page
2012-01-25 01:22:29 -08:00
Jacob Thornton
5e5e87fbd0
scrollspy working for sub navs
2012-01-24 22:33:33 -08:00
Mark Otto
672ba4c2fd
update the subnav on all pages
2012-01-24 19:19:50 -08:00
Jacob Thornton
a40d4993ed
make subnav fix
2012-01-24 17:13:02 -08:00
François Robichet
925fef4110
Typo on tablesorter
2012-01-24 22:11:09 +01:00
Jacob Thornton
b4b1ef6839
rebuild with new templates
2012-01-23 15:17:32 -08:00
Jacob Thornton
f764aee4b9
add templates for doc generation
2012-01-23 14:14:16 -08:00
Jacob Thornton
7444310c4d
only prevent default of links in sections
2012-01-20 20:05:16 -08:00
Jacob Thornton
6f2f947a43
add build tool for js + rename twipsy to tooltip + lots of little doc cleanup
2012-01-11 21:42:55 -08:00
Mark Otto
2948d1c3b2
overhaul the entire tabs component structure and docs; remove side nav and make it a nav list to build on new .nav base class
2012-01-07 20:40:28 -08:00
Mark Otto
a339f0051b
fixing tablesorter styles by adding the jquery plugin back to the lib, fixing the docs examples
2012-01-07 12:22:51 -08:00
Mark Otto
45d671d97f
tweak spacing once more on prettify; add support for uneditable inputs to input-append and prepend
2012-01-07 01:22:52 -08:00
Mark Otto
d6a1402f2a
update form shadows and tweak prettyprint styles
2012-01-07 01:03:26 -08:00
Mark Otto
cfc2353059
front page docs updated to include old getting started section, update code styles to look like github gists, and lots more docs updates
2012-01-06 23:59:22 -08:00
Mark Otto
9bedfa447c
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
2012-01-05 21:43:54 -08:00
Mark Otto
c56e9d2d35
massive docs update, mostly to all our new forms, and to the buttons
2012-01-05 21:43:28 -08:00
Jacob Thornton
314feb702f
listen to window for dropdown clear
2012-01-05 18:32:08 -08:00
Mark Otto
90e3a706ba
add jank js back to docs application.js for responsive dropdown in topbar
2012-01-05 16:03:05 -08:00
Mark Otto
fb9401b355
tweaks abound, updated prettify styles, new sidenav component started, sprite icons started
2012-01-05 01:34:14 -08:00
Jacob Thornton
3396fc0542
check for prettyprint on window
2011-12-22 19:17:41 -08:00
Jacob Thornton
35fdbad24b
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
...
Conflicts:
bootstrap.css
docs/assets/js/application.js
docs/base-css.html
docs/components.html
docs/index.html
docs/javascript.html
docs/less.html
docs/scaffolding.html
docs/upgrading.html
2011-12-22 19:15:09 -08:00
Jacob Thornton
efacac0d6c
clean up all the js across all the doc pages
2011-12-21 18:42:43 -08:00
Mark Otto
9fb380151d
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
...
Conflicts:
bootstrap.css
docs/javascript.html
2011-12-21 18:39:02 -06:00
Mark Otto
20aecb9838
updated all docs to jQuery 1.7, move all docs JS to application.js, and move dropdowns css to dedicated file
2011-12-21 16:22:20 -06:00
Jacob Thornton
0980a33b47
update all to new on api + add animation support to tabs
2011-12-20 19:37:41 -08:00
Jacob Thornton
8545fe9787
greatly simply js plugins - remove js api where reasonable
2011-10-19 21:56:06 -07:00
Mark Otto
c579e4d550
expanding comment in application.js
2011-09-16 09:55:12 -07:00
Jacob Thornton
8896497ea8
update attributes for js and make tooltips reposition on resize
2011-09-15 21:19:39 -07:00
Jacob Thornton
fcf816a236
index to use data attr for scrollspy initilizing
2011-09-11 23:36:59 -07:00
Jacob Thornton
200f5817ba
method invocation jqueryui style
2011-09-11 21:03:17 -07:00
Jacob Thornton
173be3f1e8
change hella js... broke all the tests. i <3 wip
2011-09-11 20:08:43 -07:00
Jacob Thornton
d9cbcfc20d
wait for window load event before positioning images, doi
2011-09-10 22:54:47 -07:00
Jacob Thornton
64176caa97
add bootstrap-scrollspy
2011-09-10 22:14:57 -07:00
Jacob Thornton
a8d4475827
adds twipsy js to regular index for positioning
2011-09-10 14:52:45 -07:00
Jacob Thornton
5f4e30ed1d
move js plugins to root dir, begin writing tests, and change modal plugin to be more boss like
2011-09-09 22:47:49 -07:00
Jacob Thornton
b086d94253
remove aria-control stuff
2011-09-09 00:00:03 -07:00
Jacob Thornton
5960711d0f
some more js love - update the docs with tabs/pills plugin
2011-09-08 20:21:03 -07:00
Jacob Thornton
8d2f14d8d0
tabssss
2011-09-08 19:13:08 -07:00
Jacob Thornton
fb8987148a
move javascript from examples into docs
2011-09-06 23:20:56 -07:00
Jacob Thornton
0e13f8dca1
Merge branch 'master' of github.com:twitter/bootstrap into js-examples
...
Conflicts:
bootstrap-1.2.0.css
bootstrap-1.2.0.min.css
lib/patterns.less
lib/scaffolding.less
2011-09-02 21:04:25 -07:00
Mark Otto
fa94b264fa
add temp second topbar to nav section, fix it's compatibility issues
2011-09-02 00:50:05 -07:00
Jacob Thornton
ed96f181c8
add topbar dropdown js
2011-08-27 21:46:50 -07:00
Mark Otto
4f67e135dc
adding dropdowns to tabs by refactoring the shizzzz out of them
2011-08-26 20:38:23 -07:00
Jacob Thornton
5193619ab0
clean up redundant google prettify code
2011-08-26 10:53:21 -07:00
Karthik Viswanathan
0a34a6d4b2
Made JavaScript unobtrusive by factoring out prettyPrint() to application.js. Also removed unused class from hero demo.
2011-08-26 00:00:05 -07:00
Jacob Thornton
1fc4491cd6
simplify drop down logic - fix color of search hover for ie
2011-08-21 11:22:33 -07:00
Jacob Thornton
f1a6972281
fix drag knob in firefox #7
2011-08-19 20:37:12 -07:00
Mark Otto
163e68ade6
resolve merge conflict
2011-07-01 22:16:29 -07:00
Mark Otto
7962b36dae
misc updates to docs and form bug fix
2011-07-01 22:15:16 -07:00
Jacob Thornton
5a7f3f72cb
clean up js a tiny bit
2011-07-01 21:37:12 -07:00
Jacob Thornton
8245a7087e
add twipsies...
2011-07-01 21:30:12 -07:00
Mark Otto
460a84a926
Updated offset columns, fix app.js bug, misc tweaks to copy
2011-06-30 15:56:25 -07:00
Jacob Thornton
6687acc8ec
read application.js
2011-06-30 13:57:29 -07:00
Mark Otto
c53e394f71
changing stacked forms to be lined up left side w/ 20px
2011-06-30 13:51:13 -07:00
Mark Otto
bec9449136
Merge branch 'master' of http://git.local.twitter.com/bootstrap
2011-06-30 13:36:51 -07:00
Mark Otto
cde63b98bc
remove unnecessary js lang files from prettify, update styles for prettify
2011-06-30 13:36:47 -07:00
Jacob Thornton
89a05622ab
remove chilllli
2011-06-30 13:22:43 -07:00
Mark Otto
87f9ea00e4
updated docs
2011-06-30 13:17:58 -07:00
Mark Otto
588b2da937
updated docs, fixed language, added copy-code js for selecting text on focus
2011-06-30 10:40:28 -07:00
Mark Otto
dd769f9a6e
update to use latest version of bootstrap, docs cleanup, etc
2011-06-27 16:47:12 -07:00
Jacob Thornton
15a679e2d1
fancy scroll stuff and tiny js roundup/cleanup
2011-05-05 00:59:16 -07:00
Jacob Thornton
037bf9fec5
clean up org more
2011-05-04 23:49:31 -07:00
Jacob Thornton
96c3e70996
cleanup old stuff
2011-05-03 18:12:43 -07:00