Skip to main content

Bug Tracker

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 john comment:1

component: ajaxmisc
resolution: → fixed
status: newclosed

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

Changed February 07, 2010 04:12AM UTC by john comment:2

resolution: fixed
status: closedreopened

Changed February 07, 2010 04:12AM UTC by john comment:3

resolution: → invalid
status: reopenedclosed