1
<table data-role="table" data-mode="columntoggle" class="ui-responsive ui-shadow" data-column-btn-text="">
<thead>
<tr>
<th data-priority="1" id="th0">1</th>
<th data-priority="1" id="th1">2</th>
<th data-priority="1" id="th2">3</th>
<th data-priority="1" id="th3">4</th>
<th data-priority="1" id="th4">5</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
<td>5</td>
</tr>
</tbody>
</table>
我做了一個表使用jquery mobile.okay!然後我想隱藏一些列,所以我點擊「列...」,現在我隱藏了列,但我如何使用localstorage存儲我的操作,當我刷新這個頁面時,並不是所有的列顯示。我知道那裏有'ui-checkbox-on'和'ui-checkbox-off'...。 THX!如何使用localstorage存儲jquery mobile的複選框狀態?
THx的傢伙!但我的問題是存儲複選框狀態 – WUSO01
對不起。我用小提琴更新了答案。看看它是否有幫助:https://jsfiddle.net/dudu84/jxghvoqv/1/ – deChristo