码迷,mamicode.com
首页 > 其他好文 > 详细

easyui combox 随便不存在的值,清空

时间:2017-07-20 15:20:33      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:color   bsp   logs   ane   easyui   UI   com   efi   nbsp   

 1 onHidePanel: function () {
 2                     var valueField = $(this).combobox("options").valueField;
 3                     var val = $(this).combobox("getValue");  
 4                     var allData = $(this).combobox("getData");   
 5                     var result = true;      
 6                     for (var i = 0; i < allData.length; i++) {
 7                         if (val == allData[i][valueField]) {
 8                             result = false;
 9                         }
10                     }
11                     if (result) {
12                         $(this).combobox("clear");
13                     }
14 
15                 }

 

easyui combox 随便不存在的值,清空

标签:color   bsp   logs   ane   easyui   UI   com   efi   nbsp   

原文地址:http://www.cnblogs.com/jingjing-blogs/p/7210962.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!