Modify ↓
Ticket #6046 (closed bug: invalid)
Little mistake in the web-site
| Reported by: | jom006 | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | 1.4.2 | |
| Component: | misc | Version: | 1.4.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
in the : http://api.jquery.com/hidden-selector/
there is a little mistake in this paragraph : How :hidden is determined was changed in jQuery 1.3.2. An element is assumed to be hidden if it or any of its parents consumes no space in the document. CSS visibility isn't taken into account (therefore $(elem).css('visibiity','hidden').is(':hidden') == false). The release notes outline the changes in more detail.
here : $(elem).css('visibiity','hidden')
visibility, not visibiity
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Fixed. In the the future please just post a comment on the API page itself.