勾選行變色和全選行變色

2022-03-09 09:22:00 字數 2035 閱讀 4589

//單選行變色

function change(obj)else

}

//

全選 queryallinput: function

() else

},

th:

<

input

type

="checkbox"

id="payment_list_chekall"

style

="width:16px;height:16px"

v-on:click

="queryallinput()"

/>

tr:<

input

type

="checkbox"

class

="payment_list_chekone"

onclick

="change(this)"

/>

通過點選傳入this,再得到父級的父級tr,然後判斷當前傳入的this.checked是否是選中來新增或移除行變色樣式,

全選也是同理,判斷所有的checked

//

全選function

checkboxgroupexa(t, cla)

else}//

單擊選中新增選中樣式

$("#paymentexaminelist").on("click", "tr", function

(e)

vartarget;

if (e.target.nodename.tolowercase() == "tr")

else

if (e.target.nodename.tolowercase() == "td")

else

if (target.hasclass("changepe"))

else

//判斷是否單個全選,全選把頂上的全選框勾上

var num = 0;

$("#paymentexaminelist tr").each(function

(index,item)

})if(num==10)

});

//獲取資料取消全選,翻頁時獲取資料

$("#paymentexaminecheckall").prop("checked", false);

<

input

type

="checkbox"

id="paymentexaminecheckall"

onclick

="checkboxgroupexa(this, 'paymentexaminecheckone')"

>

全選<

tbody

id="paymentexaminelist"

style

="height:500px;"

>

<

tr style

="height:30px;"

>

<

td width

="2.7%"

><

input

type

="checkbox"

class

="paymentexaminecheckone"

>

td>

<

td width

="7.1%"

style

="border-right:none;"

class

="exclusion"

>

<

span

data-bind

="click:openpaymentexamineinfo.bind($data,paymentmaster_id)"

>詳情

span

>

td>

tr>

tbody

>

shell提示行變色

在 bash 下,可以通過更改 ps1 環境變數的值來設定提示行,如下所示 export ps1 更改會立即生效,通過將 export 定義放在您的 bashrc 檔案中可將這種更改固定下來。只要您願意,ps1 可以包含任意數量的純文字 export ps1 this is my super pro...

二 WPF datagrid 特定行變色

public void color 這裡有個坑,初始化時不能變色,必須等datagrid完成渲染後才能進行這種行變色。因而先把form show 出來之後才執行變色方法。這個方法因為莫名其妙的bug會導致變色不是我們想要的效果!compareform cf new compareform cf.sh...

grid 單元格和行變色

在對列表的處理中我們經常要對某些特殊欄位或特殊行進行標註,這就需要變色的處理。定義顏色 x grid record red x grid record yellow x grid record green 1.對單元格變色處理 else if value 5 value 4 else if valu...