Bug Tracker

Modify

Ticket #6046 (closed bug: invalid)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by john

  • Status changed from new to closed
  • Resolution set to fixed
  • Component changed from ajax to misc

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

comment:2 Changed 3 years ago by john

  • Status changed from closed to reopened
  • Resolution fixed deleted

comment:3 Changed 3 years ago by john

  • Status changed from reopened to closed
  • Resolution set to invalid

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.