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:
@@ -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 () {
|
||||
|
Reference in New Issue
Block a user