2
我想改變在按鈕組每個按鈕的下方水龍頭按鈕組的內容。
<div class="btn-group btn-group-lg">
<button type="button" class="btn btn-primary segmentedButton ">Section1</button>
<button type="button" class="btn btn-primary segmentedButton active">Section2</button>
<button type="button" class="btn btn-primary segmentedButton">Section3</button>
</div>
我不想整個加載整個頁面。下面的內容應該改變。
現有示例爲http://sourcebits.com/app-development-portfolio/分段控件。有什麼簡單的方法來實現,使用HTML和JavaScript。
是否還好添加所有的內容在一個HTML文件,或者我們可以移動到不同的文件嗎?在源位中,如果您觀察點擊上的URL更改。 –