Opened 13 years ago
Closed 13 years ago
#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: | ||
Blocked by: | Blocking: |
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 (3)
comment:1 Changed 13 years ago by
Component: | ajax → misc |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
Fixed. In the the future please just post a comment on the API page itself.