Skip to content

Commit 0808662

Browse files
committed
Updated old docs.jquery.com URLs.
1 parent 5c62810 commit 0808662

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

categories.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<desc/>
3939
<category name="Deprecated 1.3" slug="deprecated-1.3">
4040
<desc><![CDATA[All the aspects of the API that were deprecated in the corresponding version of jQuery.
41-
<p>For more information, see the <a href="http://docs.jquery.com/Release:jQuery_1.3">jQuery 1.3 Release Notes</a>.</p>
41+
<p>For more information, see the <a href="http://blog.jquery.com/2009/01/14/jquery-1-3-released/">jQuery 1.3 Release Notes</a>.</p>
4242
]]></desc>
4343
</category>
4444
<category name="Deprecated 1.4" slug="deprecated-1.4">

entries/hidden-selector.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<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>
1818
<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>
1919
<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 <a href="http://docs.jquery.com/Release:jQuery_1.3.2#:visible.2F: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 <a href="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>
2121
</longdesc>
2222
<note id="jquery-selector-extension" type="additional" data-selector=":hidden"/>
2323
<example>

entries/visible-selector.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<p>Elements with <code>visibility: hidden</code> or <code>opacity: 0</code> are considered visible, since they still consume space in the layout.</p>
1212
<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>
1313
<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 <a href="http://docs.jquery.com/Release:jQuery_1.3.2#:visible.2F: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 <a href="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>
1515
</longdesc>
1616
<note id="jquery-selector-extension" type="additional" data-selector=":visible"/>
1717
<example>

0 commit comments

Comments
 (0)