Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
95cb6f07
Commit
95cb6f07
authored
Mar 11, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'zerkms-master' into 2.0.2-wip
Conflicts: Makefile
parents
8fd126ba
354252b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
Makefile
Makefile
+1
-2
js/README.md
js/README.md
+1
-1
No files found.
Makefile
View file @
95cb6f07
...
...
@@ -19,7 +19,6 @@ docs: bootstrap
cp
img/
*
docs/assets/img/
cp
js/
*
.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
...
...
@@ -59,4 +58,4 @@ watch:
watchr
-e
"watch('less/.*
\.
less') { system 'make' }"
.PHONY
:
docs watch gh-pages
\ No newline at end of file
.PHONY
:
docs watch gh-pages
js/README.md
View file @
95cb6f07
...
...
@@ -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
:
$("#myModal").modal() // initialized with defaults
$("#myModal").modal({ keyboard
:
false
}) // initialized with no
w
keyboard
$("#myModal").modal({ keyboard
:
false
}) // initialized with no keyboard
$("#myModal").modal('show') // initializes and invokes show immediately afterqwe2
---
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment