Bug Tracker

Opened 9 years ago

Closed 9 years ago

#14447 closed bug (notabug)

find("input:hidden")

Reported by: [email protected] 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?

Change History (1)

comment:1 Changed 9 years ago by Timmy Willison

Resolution: notabug
Status: newclosed

The :hidden selector finds any elements that are hidden. See http://api.jquery.com/hidden-selector/ for more info.

Note: See TracTickets for help on using tickets.