使用kendo UI 遇到的问题: 1. Kendo DropdownList 加载完毕后, 显示 [object object]的问题: 解决: 尝试了添加dataTextField、dataValueField后, 依然无法解决. 经过1天的排查, 问题在同时引用了Kendo Mobile.js ...
分类:
其他好文 时间:
2017-06-05 12:43:46
阅读次数:
121
本文转自:http://www.tuicool.com/articles/BBVr6z Thanks to everyone for allowing us to give back to the .NET community, we released v1.0 of the Generic Uni ...
分类:
Web程序 时间:
2017-05-31 16:44:06
阅读次数:
442
如何在Robot Framework获取刚刚在输入框输入的文本或内容呢?其它很简单,但容易误导人。 比如:<input id="kw" name="wd" class="s_ipt" value="" maxlength="255" autocomplete="off">,这是百度搜索输入框的代码。 ...
分类:
其他好文 时间:
2017-05-27 00:38:38
阅读次数:
2693
jQuery 插件autocomplete 应用 jQuery自动完成插件autocompleter ...
分类:
Web程序 时间:
2017-05-22 13:39:35
阅读次数:
132
方法1:给input框设置一个足够大的阴影 方法2:添加 autocomplete="off" 让input框输完内容不记录值 ...
分类:
其他好文 时间:
2017-05-16 17:22:31
阅读次数:
155
在使用form表单提交时,表单元素默认会记录用户的操作,当点击浏览器的返回页面时,这个值仍然存在,有时候需要不能满足需求,解决办法如下: ...
分类:
其他好文 时间:
2017-05-04 00:03:52
阅读次数:
165
摘自: http://blog.csdn.net/sun_jy2011/article/details/41546337 Kendo UI:Grid中怎么格式化时间类型数据? 解决方案 (1)使用format格式化 (2)使用template实现 以上两种方法都可以实现。但存在一个问题,必须把数据类 ...
分类:
其他好文 时间:
2017-04-27 19:29:10
阅读次数:
208
封装后的代码如下: 使用场景: 全局触发处理: ...
分类:
其他好文 时间:
2017-04-20 23:57:59
阅读次数:
433
先看一下autocomplete的参数serviceUrl:服务器端的URL或者是返回Url字符串的回调函数ajaxSettings:jQueryAjax请求的额外配置lookup:查询的数据列表。字符串数组或者对象字面量(格式{value:‘string‘,data:any})lookupFilter:function(suggestion,query,queryLowerCase){}..
分类:
其他好文 时间:
2017-04-20 12:06:28
阅读次数:
1017
起始日期<input id="start"> 结束日期<input id="end"> <input id="datepicker" style="width:150px;" /> <script type="text/javascript"> $(document).ready(function ...
分类:
其他好文 时间:
2017-04-07 01:11:43
阅读次数:
235