91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

angular框架如何實現全選與單選chekbox

發布時間:2021-08-04 14:17:03 來源:億速云 閱讀:113 作者:小新 欄目:web開發

這篇文章將為大家詳細講解有關angular框架如何實現全選與單選chekbox,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。

1)頁面內容(靜態頁)

<ul class='list-inline my-list-inline'>
  <li class="action-check" ng-class="{'active':allHasChoice}" ng-click="clicktarget(true,tmp,dataList)">
  <li>中文名稱</li>
  <li>英文名稱</li>
  <li>申請人類型</li>
<ul>
<div class="list-data">
<table>
  <tbody>
    <tr ng-repeat="tmp in dataList track by tmp.idTell"
      ng-class="{true:'active',false:''}[targetChoice[tmp.idTell]==true]"
      ng-click="ctmlicktarget(false,tmp,dataList)" 
    >
      <td> 
        <span class="choice-icon"></span>
        <span class="company-name over-flow-handel-style" title="{{tmp.chineseName}}"
         ng-bind="tmp.cineseName"></span>
      </td>
       <td> 
        <span class="english-name over-flow-handel-style" title="{{tmp.englishName}}"
         ng-bind="tmp.englishName"></span>
       </td>
      <td> 
        <span class="english-name over-flow-handel-style" title="{{tmp.abbreviation}}"
         ng-bind="tmp.abbreviation"></span>
      </td>
   </tr> 
  </tbody>
</table>

2)js代碼

首先當然有一個參數數組,用于經營經營渲染頁面:

$scope.dataList=[
   {'chineseName':'百度科技','englishName':'baidukeji','abbreviation':'小度','idTell':'bd'},
    {'chineseName':'小牛科技','englishName':'xiaoniukeji','abbreviation':'小牛','idTell':'xn'},
    {'chineseName':'京東科技','englishName':'jdkeji','abbreviation':'小京','idTell':'xj'},
    {'chineseName':'順風科技','englishName':'sfkeji','abbreviation':'小風','idTell':'xf'},
    {'chineseName':'阿里科技','englishName':'alkeji','abbreviation':'小里','idTell':'xl'},
    {'chineseName':'淘寶科技','englishName':'tbkeji','abbreviation':'小寶','idTell':'xb'},
    {'chineseName':'天貓科技','englishName':'tmkeji','abbreviation':'小貓','idTell':'xm'}
];

定義一個數組用于存儲,選中的選項

$scope.targetChoice=[];

定義一個很簡單的方法:用于操作單選,全選的效果實現

$scope.clicktarget=function(isAllChoiceBtn,tmp,dataList){
  //isAllChoiceBtn:用于表示用戶點擊的是否是全選按鈕,tmp:是數據集合中的一個數據對象
  var count=0;//記錄被選中的子選項的個數

  //說明用戶點擊的不是“全選”按鈕
  isAllChoiceBtn==false?(function(){
   //當前選項取反
   $scope.targetChoice[tmp.idTell]=!$scope.targetChoice[tmp.idTell];
    //遍歷數據集合,統計已經被購中的單選項
    angular.foreach(dataList,function(v,k){
     $scope.targetChoice[v.idTell]&& count++;
    }); 
    //如果count等于數據集合得長度,說明所有的單選被購中
    count==dataList.length && $scope.allHasChoice=true:$scope.allHasChoice==false;
  })()
   //說明點擊的"全選"按鈕
  :(function(){
    $scope.allHasChoice=!$scope.allHasChoice;//狀態取反
    $scope.allHasChoice==false?
      //說明取消全選 
    :angular.forEach(dataList,function(v,k){
      $scope.targetChoice[v.idTell]=$scope.allHasChoice;
      count=0;
     })
     //說明選中全選
    :angular.forEach(dataList,function(v,k){
     $scope.targetChioce[v.idTell]=$scope.allHasChoice;
     count++;
    });
  })()
}

關于“angular框架如何實現全選與單選chekbox”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,使各位可以學到更多知識,如果覺得文章不錯,請把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

睢宁县| 壤塘县| 遂宁市| 永嘉县| 元谋县| 年辖:市辖区| 沂南县| 彩票| 小金县| 木兰县| 南开区| 昆明市| 灌云县| 洛南县| 佛山市| 中卫市| 勃利县| 梓潼县| 股票| 茌平县| 思南县| 深泽县| 伊川县| 平度市| 阳信县| 肥东县| 梅河口市| 凤阳县| 双江| 塘沽区| 仪陇县| 栖霞市| 文水县| 昭苏县| 汝南县| 深泽县| 阿坝县| 平陆县| 陕西省| 桐庐县| 六盘水市|