最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

Angularjs添加排序查詢功能的實例代碼

 更新時間:2017年10月24日 14:45:02   作者:Ren15306  
這篇文章主要介紹了Angularjs添加排序查詢功能的實例代碼,需要的朋友可以參考下

廢話不多說了,直接給大家貼代碼了,具體代碼如下所示:

 <!DOCTYPE html>
<html>
<head lang="en">
  <meta charset="UTF-8">
  <title></title>
  <script type="text/javascript" src="angular-1.3.0.js"></script>
  <script type="text/javascript" src="jquery.1.12.4.js"></script>
  <script>
    var app=angular.module("myapp",[]);
    app.controller("myCtrl",function($scope){
      $scope.h=false;//顯示和隱藏添加列表
      $scope.persons=[];//存放添加的內(nèi)容
      $scope.xz=function(){//新增球員的點擊事件點擊列表出現(xiàn)
        $scope.h=true;
      }
      $scope.tj = function(){
        for(var i=0;i<$scope.persons.length;i++){//遍歷列表的所有數(shù)據(jù)
          if($scope.name==$scope.persons[i].name) {//對比數(shù)據(jù)沒有重復的姓名出現(xiàn)
            alert("您記錄的內(nèi)容已存在");
            return;
          }
        }
        //判斷不能為空
        if($scope.name!=""&&$scope.name!=null){
          if($scope.wz!=""&&$scope.wz!=null){
            if($scope.hao!=""&&$scope.hao!=null){
              if($scope.number!=""&&$scope.number!=null){
                $scope.persons.push({//添加
                  name:$scope.name,
                  wz:$scope.wz,
                  hao:$scope.hao,
                  number:$scope.number});
                $scope.name="";
                $scope.wz="";
                $scope.hao="";
                $scope.number="";
                $scope.h=false;//添加成功添加表格關閉
              }else{
                alert("票數(shù)不能為空");
              }
            }else{
              alert("球號不能為空");
            }
          }else{
            alert("位置不能為空");
          }
        }else{
          alert("姓名不能為空");
        }
      }
    });
  </script>
  <!--//css樣式-->
  <style>
    .input{
      width: 300px;
      height: 30px;
    }
    .select{
      width: 300px;
      height: 35px;
    }
    .button{
      background-color: deepskyblue;
      width: 100px;
      height: 60px;
      border-radius: 5%;
      margin-top: 30px;
    }
    .table{
      margin-top: 30px;
    }
    .table tr:nth-child(even){
      background-color: #eeeeee;
    }
    .table2{
      position: absolute;
      left: 300px;
      top: 650px;
    }
    .q{
      text-align: center;
    }
  </style>
</head>
<body ng-app="myapp" ng-controller="myCtrl">
<div>
  查詢<br>
  <input type="text" class="input" ng-model="names">
</div>
<!--//排序-->
<div style="position: absolute;top: 10px;left: 500px">
  排序<br>
  <select class="select" ng-model="b">
    <option value="">票數(shù)正序</option>
    <option value="-">票數(shù)倒序</option>
  </select>
</div>
<!--新增球員按鈕-->
<button class="button" ng-click="xz()">新增球員</button>
<table border="1" width="60%" cellspacing="0" cellpadding="10" class="table">
  <tr style="background-color: #999">
    <th>姓名</th>
    <th>位置</th>
    <th>球號</th>
    <th>票數(shù)</th>
  </tr>
<!--展示界面-->
  <tr ng-repeat="person in persons | filter:{'name':names} | orderBy:b+'number'">
    <td class="q">{{person.name}}</td>
    <td class="q">{{person.wz}}</td>
    <td class="q">{{person.hao}}</td>
    <td class="q">{{person.number}}</td>
  </tr>
</table>
<!--添加的表單-->
<table border="1" cellspacing="0" cellpadding="10" class="table2" ng-show="h">
  <tr>
    <td>姓名</td>
    <td><input type="text" placeholder="請輸入姓名" ng-model="name"></td>
  </tr>
  <tr>
    <td>位置</td>
    <td><input type="text" placeholder="請輸入位置" ng-model="wz"></td>
  </tr>
  <tr>
    <td>球號</td>
    <td><input type="text" placeholder="請輸入球號" ng-model="hao"></td>
  </tr>
  <tr>
    <td>票數(shù)</td>
    <td><input type="text" placeholder="請輸入票數(shù)" ng-model="number"></td>
  </tr>
  <tr>
    <td colspan="2" align="center"><input type="button" value="提交" ng-click="tj()"></td>
  </tr>
</table>
</body>
</html>

總結(jié)

以上所述是小編給大家介紹的Angularjs添加排序查詢功能的實例代碼,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對腳本之家網(wǎng)站的支持!

相關文章

最新評論

新民市| 丰城市| 开平市| 金坛市| 苍溪县| 桃园市| 宜城市| 万年县| 丰原市| 社旗县| 双城市| 庄河市| 玛多县| 姚安县| 门头沟区| 广汉市| 游戏| 永泰县| 呈贡县| 姜堰市| 都昌县| 连云港市| 胶南市| 石景山区| 闸北区| 靖边县| 区。| 新邵县| 扎鲁特旗| 洪洞县| 沙田区| 绍兴市| 定西市| 中山市| 东丰县| 巧家县| 栾城县| 将乐县| 昔阳县| 林州市| 保山市|