Skip to content

Commit b564a83

Browse files
committed
Change faq link. Fixes #168
1 parent c9eb114 commit b564a83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

entries/id-selector.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<p>As always, remember that as a developer, your time is typically the most valuable resource. Do not focus on optimization of selector speed unless it is clear that performance needs to be improved.</p>
1616
</blockquote>
1717
<p>Each <code>id</code> value must be used only once within a document. If more than one element has been assigned the same ID, queries that use that ID will only select the first matched element in the DOM. This behavior should not be relied on, however; a document with more than one element using the same ID is invalid.</p>
18-
<p>If the id contains characters like periods or colons you have to <a href="http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_select_an_element_by_an_ID_that_has_characters_used_in_CSS_notation.3F">escape those characters with backslashes</a>.</p>
18+
<p>If the id contains characters like periods or colons you have to <a href="http://learn.jquery.com/faq/how-do-i-select-an-element-by-an-id-that-has-characters-used-in-css-notation/">escape those characters with backslashes</a>.</p>
1919
</longdesc>
2020
<example>
2121
<desc>Finds the element with the id "myDiv".</desc>
@@ -53,4 +53,4 @@
5353
</example>
5454
<category slug="selectors/basic-css-selectors"/>
5555
<category slug="version/1.0"/>
56-
</entry>
56+
</entry>

0 commit comments

Comments
 (0)