You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entries/hidden-selector.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
<p>Elements with <code>visibility: hidden</code> or <code>opacity: 0</code> are considered to be visible, since they still consume space in the layout. During animations that hide an element, the element is considered to be visible until the end of the animation.</p>
18
18
<p>Elements that are not in a document are not considered to be visible; jQuery does not have a way to know if they will be visible when appended to a document since it depends on the applicable styles.</p>
19
19
<p>During animations to show an element, the element is considered to be visible at the start of the animation.</p>
20
-
<p>How <code>:hidden</code> 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 <code>$( elem ).css( "visibility", "hidden" ).is( ":hidden" ) == false</code>). The <ahref="http://blog.jquery.com/2009/02/20/jquery-1-3-2-released/#visible-hidden-overhauled">release notes</a> outline the changes in more detail.</p>
20
+
<p>How <code>:hidden</code> 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 <code>$( elem ).css( "visibility", "hidden" ).is( ":hidden" ) == false</code>). The <ahref="http://blog.jquery.com/2009/02/20/jquery-1-3-2-released/">release notes</a> outline the changes in more detail.</p>
Copy file name to clipboardExpand all lines: entries/visible-selector.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
<p>Elements with <code>visibility: hidden</code> or <code>opacity: 0</code> are considered visible, since they still consume space in the layout.</p>
12
12
<p>Elements that are not in a document are considered to be hidden; jQuery does not have a way to know if they will be visible when appended to a document since it depends on the applicable styles.</p>
13
13
<p>During animations that hide an element, the element is considered to be visible until the end of the animation. During animations to show an element, the element is considered to be visible at the start at the animation.</p>
14
-
<p>How <code>:visible</code> is calculated was changed in jQuery 1.3.2. The <ahref="http://blog.jquery.com/2009/02/20/jquery-1-3-2-released/#visible-hidden-overhauled">release notes</a> outline the changes in more detail.</p>
14
+
<p>How <code>:visible</code> is calculated was changed in jQuery 1.3.2. The <ahref="http://blog.jquery.com/2009/02/20/jquery-1-3-2-released/">release notes</a> outline the changes in more detail.</p>
0 commit comments