1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 12:59:05 +02:00

misc updates to docs and form bug fix

This commit is contained in:
Mark Otto
2011-07-01 22:15:16 -07:00
parent be3a57a692
commit 7962b36dae
4 changed files with 20 additions and 5 deletions

View File

@@ -35,8 +35,8 @@ $(document).ready(function(){
}
});
// Disable certain links in docs
$('ul.tabs a, ul.pills a, .pagination a').click(function(e) {
// Disable certain links and buttons in docs
$('ul.tabs a, ul.pills a, .pagination a, .well .btn, .actions .btn, .alert-message .btn, a.close').click(function(e) {
e.preventDefault();
});