一:美化select表单:chosen.jquery.js

http://harvesthq.github.io/chosen/

关于ajax更新列表后需要触发下插件的事件,才会表现出来:(http://stackoverflow.com/questions/12044330/jquery-chosen-plugin-dynamically-populate-list-by-ajax)

The Chosen plugin does not automatically update its list of options when the OPTION elements in the DOM change. You have to send it an event to trigger the update:

Pre Chosen 1.0: $('.chzn-select').trigger("liszt:updated");

Chosen 1.0 $('.chosen-select').trigger("chosen:updated");

最新文章

  1. MVC中使用js拼接的元素验证问题
  2. jquery对象操作
  3. CMD/AMD
  4. Python入门(转)
  5. poj 2299 Ultra-QuickSort 逆序对模版题
  6. BZOJ 1877: [SDOI2009]晨跑(费用流)
  7. sql servel 报错:将 expression 转换为数据类型 int 时出现算术溢出错误。
  8. 基于ipv6的数据抓包
  9. Rest风格理解
  10. webstorm配置node.js
  11. LSP劫持症状及解决方案
  12. android--------HttpURLConnection的get,post和图片加载
  13. SearchEngine Note
  14. HAProxy Installation and Configuration on CentOS 6.4 to Mitigate The Effects of Abusive Clients--转
  15. winserver2008安装tomcat+mysql+httpd+redis环境
  16. C++ 匿名对象初始化新对象
  17. Sass (Syntactically Awesome StyleSheets)
  18. 64位系统下注册32位dll、ax文件
  19. 等待页面元素(webdriverwait)
  20. java数组相等

热门文章

  1. 判断openfire用户的状态
  2. 【spring cloud】spring cloud 使用feign调用,1.fallback熔断器不起作用,2.启动报错Caused by: java.lang.ClassNotFoundException: com.netflix.hystrix.contrib.javanica.aop.aspectj.Hystri解决
  3. web.xml加载顺序 [转载]
  4. iOS:CoreData数据库的使用一(创建单个数据库表)
  5. 使用PowerDesigner建立数据库模型【转】
  6. Hadoo生态中pHive HBase 项目的区别
  7. unity 统一替换shader
  8. [Functional Programming] Write a simple version of Maybe
  9. Lithium: HTML5 响应式的单页面模板
  10. 读TIJ -7 多形性