4月份需要整理的问题总结

1、jQuery中guid的具体用法和实现原理

  参考:https://book.2cto.com/201401/39518.html

 2、jQuery部分源码分析

  参考:https://www.w3ctech.com/topic/256

3、kendo ui 中字体样式实现

 

.k-grid tr td {
  //white-space: nowrap;
  font: 400 12px \\5FAE\8F6F\96C5\9ED1;
  color: #333;
  height: 24px;
  text-align: center;
}

  \\5FAE\8F6F\96C5\9ED1;代表的含义?

  参考:https://zhidao.baidu.com/question/1367484045185403459.html

   解决方案:http://www.cnblogs.com/ilaozhao/p/8808350.html

4、kendo ui  template模板中十六进制颜色的使用问题

  

script(id="{{=it.consts.USER_TEMP}}" type="text/x-kendo-template").
    <div="user_temp" style="display: inline-block; border: 1px solid \#aaa;border-radius: 5px;padding: 0 8px;margin-right: 6px;">#:userName#<a  style="margin-left: 3px  ;"  data-bind="click: onDelUser">×</a></div>

 5、Kendo UI table属性之data-resizable

6、学习jQuery UI的参考网址:

  http://www.runoob.com/jqueryui/example-resizable.html

7、kendo ui table 表格样式错乱问题

 解决方案:侧边滚动条设置为false属性即可

8、kendo ui 模糊静态搜索框的使用总结

9、ztree树集刷新状态仍然保持节点展开与折叠状态的总结

posted @ 2018-04-11 11:15  渡劫的咸鱼哥  阅读(133)  评论(0编辑  收藏  举报