0
嗨,我正在使用tablesorter,並希望稍作修改它的工作原理。目前,當用戶點擊單元的任何部分時,tablesorter會對列進行排序。jquery tablesorter標題
例如,
<th>One</th>
<th>Two</th>
<th>Three</th>
我並不特別喜歡分揀機的默認樣式,所以我做了什麼是由一些CSS按鈕,並把他們安置在每個:
<th><a class="button">One</a></th>
<th><a class="button">Two</a></th>
<th><a class="button">Three</a></th>
什麼會我需要修改的.js文件,以便可點擊區域是錨點而不是整個單元格?