Side navigation
#6046 closed bug (invalid)
Opened February 06, 2010 11:33PM UTC
Closed February 07, 2010 04:12AM UTC
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
Attachments (0)
Change History (3)
Changed February 07, 2010 04:12AM UTC by comment:1
component: | ajax → misc |
---|---|
resolution: | → fixed |
status: | new → closed |
Changed February 07, 2010 04:12AM UTC by comment:2
resolution: | fixed |
---|---|
status: | closed → reopened |
Changed February 07, 2010 04:12AM UTC by comment:3
resolution: | → invalid |
---|---|
status: | reopened → closed |
Fixed. In the the future please just post a comment on the API page itself.