mirror of
https://github.com/twbs/bootstrap.git
synced 2025-04-06 23:57:36 +02:00
Merge branch 'zerkms-master' into 2.0.2-wip
Conflicts: Makefile
This commit is contained in:
commit
95cb6f07a8
3
Makefile
3
Makefile
@ -19,7 +19,6 @@ docs: bootstrap
|
|||||||
cp img/* docs/assets/img/
|
cp img/* docs/assets/img/
|
||||||
cp js/*.js docs/assets/js/
|
cp js/*.js docs/assets/js/
|
||||||
cp js/tests/vendor/jquery.js docs/assets/js/
|
cp js/tests/vendor/jquery.js docs/assets/js/
|
||||||
cp js/tests/vendor/jquery.js docs/assets/js/
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# BUILD SIMPLE BOOTSTRAP DIRECTORY
|
# BUILD SIMPLE BOOTSTRAP DIRECTORY
|
||||||
@ -59,4 +58,4 @@ watch:
|
|||||||
watchr -e "watch('less/.*\.less') { system 'make' }"
|
watchr -e "watch('less/.*\.less') { system 'make' }"
|
||||||
|
|
||||||
|
|
||||||
.PHONY: docs watch gh-pages
|
.PHONY: docs watch gh-pages
|
||||||
|
@ -28,7 +28,7 @@ All public APIs should be single, chainable methods, and return the collection a
|
|||||||
All methods should accept an optional options object, a string which targets a particular method, or null which initiates the default behavior:
|
All methods should accept an optional options object, a string which targets a particular method, or null which initiates the default behavior:
|
||||||
|
|
||||||
$("#myModal").modal() // initialized with defaults
|
$("#myModal").modal() // initialized with defaults
|
||||||
$("#myModal").modal({ keyboard: false }) // initialized with now keyboard
|
$("#myModal").modal({ keyboard: false }) // initialized with no keyboard
|
||||||
$("#myModal").modal('show') // initializes and invokes show immediately afterqwe2
|
$("#myModal").modal('show') // initializes and invokes show immediately afterqwe2
|
||||||
|
|
||||||
---
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user