基于bootstrap寫的一個(gè)博客網(wǎng)站 歡迎下載學(xué)習(xí)https://github.com/wensiyuanseven/ResponsiveWEB
頁(yè)面演示地址https://wensiyuanseven.github.io/ResponsiveWEB/index.html#
頁(yè)面演示地址https://wensiyuanseven.github.io/ResponsiveWEB/index.html#
2017-02-06
data-delay="{show:500,hide:500}" 延時(shí)500毫秒出現(xiàn),延時(shí)500毫秒隱藏
2017-01-20
需要在樣式中給 affix 設(shè)置一個(gè)top值,與 data-offset-top 值相等。不能這樣設(shè)置,不然左邊的固定欄 當(dāng)往上滾動(dòng)的時(shí)候,就會(huì)出現(xiàn)在不正確的位置
2017-01-11
學(xué)的人越來越少了,其本質(zhì)在我認(rèn)為就是,bootstrap中文網(wǎng)上全部放出來了用法,而大漠老師是剖析本質(zhì),本質(zhì)這個(gè)東西又全部是文字的,看的會(huì)想睡覺!大部分人停留在會(huì)用的基礎(chǔ)就夠了
2017-01-11
漏了這個(gè)<meta name="viewport" content="width=device-width,minimun-scale=0.5,maximun-scale=1.0,initial-scale=1.0,user-scalable=no"/>
2017-01-10
^^^^^^^
$(this).button('complete');
$(this).dequeue();
$(this).button('complete');
$(this).dequeue();
2017-01-08
@mdo 是因?yàn)槲亩蝺?nèi)容太少 所以沒有停留 嘗試增加@mdo對(duì)應(yīng)的內(nèi)容就能看到效果
2017-01-05
<div class="panel panel-accordion panel-default">
<div class="panel-heading">
<h1 class="panel-title">aaaaaaa</h1>
</div>
<div class="panel-collapse">
<div class="panel-body">wwwwwwwwwww</div>
</div>
</div>
<div class="panel-heading">
<h1 class="panel-title">aaaaaaa</h1>
</div>
<div class="panel-collapse">
<div class="panel-body">wwwwwwwwwww</div>
</div>
</div>
2017-01-02
$("#mybutton").click(function(){
$(this).button("loading").delay(1000).queue(function(){
$(this).button("complete");
$(this).button("toggle");
$(this).button("reset");
});
}
}
$(this).button("loading").delay(1000).queue(function(){
$(this).button("complete");
$(this).button("toggle");
$(this).button("reset");
});
}
}
2017-01-02