Side navigation
#14447 closed bug (notabug)
Opened October 14, 2013 07:23AM UTC
Closed October 15, 2013 02:27PM UTC
find("input:hidden")
Reported by: | dingguoweijike1@163.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.6.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
dialog.find("input:hidden")
get 2 input:hidden,1 input:submit
dialog.find("input[type=hidden]")
get 2 input:hidden,it is right
why?
Attachments (0)
Change History (1)
Changed October 15, 2013 02:27PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
The :hidden selector finds any elements that are hidden. See http://api.jquery.com/hidden-selector/ for more info.