原文

:unchecked Selector

Selects all elements that are unchecked.

  • jQuery( ":unchecked" )

:filled Selector

Selects all elements with a filled value.

  • jQuery( ":filled" )

filled means any value, but not only whitespace.

The implementation does a check like this: jQuery.trim(value).length > 0

:blank Selector

Selects all elements with a blank value.

  • jQuery( ":blank" )

Blank means either no value at all or only whitespace.

The implementation does a check like this: jQuery.trim(value).length == 0

最新文章

  1. [LeetCode] Sum of Two Integers 两数之和
  2. SQL Server 开发-语法学习
  3. QSqlTableModel 使用方法(转)
  4. 搭建 hexo,在执行 hexo deploy 后,出现 error deployer not found:github 的错误
  5. 【BZOJ2013】【JSOI2008】球形空间产生器
  6. webpack对样式的处理
  7. c++ List、Vector、Stack、Queue使用
  8. CSS3制作立体导航
  9. 【MyBatis】 通过包含的jdbcType类型
  10. Telnet 在win7 和 xp中的使用
  11. poj2449 (第k条最短路)
  12. Git 处理tag和branch的命令
  13. C语言 第三次作业--函数
  14. HTML入门6
  15. Linux连不上校园网怎么办?
  16. django 把函数装饰器变为方法装饰器
  17. ajax GET 传输中文乱码
  18. 数据同步canal服务端HA配置
  19. Git -- 分支管理简介
  20. 防火墙没有关导致外部访问虚拟机的tomcat遇到的问题和解决方法

热门文章

  1. ApplicaitionContext妙用request解耦合
  2. date格式互转
  3. arcpy 零碎知识
  4. CORS jsonp
  5. Centos7下搭建LAMP环境,安装wordpress(不会生产博客,只是一名博客搬运工)(菜鸟)
  6. Vsftp搭建 for centos7
  7. jquery实现一个标签图标hover到上面的时候显示tooltip
  8. LINUX PID 1和SYSTEMD
  9. xampp lampp 改变网页root目录的方法
  10. eclipse web module版本问题:Cannot change version of project facet Dynamic Web Module to 2.5.