1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-28 06:20:15 +02:00

start markdowning getting started and moving things to separate pages

This commit is contained in:
Mark Otto
2014-07-10 17:54:06 -07:00
parent 57c709becd
commit 4993ab6e00
18 changed files with 290 additions and 201 deletions

View File

@@ -16,21 +16,21 @@
$(function () {
// Scrollspy
var $window = $(window)
var $body = $(document.body)
// // Scrollspy
// var $window = $(window)
// var $body = $(document.body)
$body.scrollspy({
target: '.active .bs-docs-sidenav'
})
$window.on('load', function () {
$body.scrollspy('refresh')
})
// $body.scrollspy({
// target: '.active .bs-docs-sidenav'
// })
// $window.on('load', function () {
// $body.scrollspy('refresh')
// })
// Kill links
$('[href=#]').click(function (e) {
e.preventDefault()
})
// $('[href=#]').click(function (e) {
// e.preventDefault()
// })
// theme toggler
(function () {