2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03: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
+12 -12
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 () {