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
<desc>Selects the target element indicated by the fragment identifier of the document's URI.</desc>
<longdesc>
<p>If the document's URI contains a fragment identifier, or hash, then the <code>:target</code> selector will match the element with an ID that matches the identifier. For example, given a document with a URI of https://example.com/#foo, <code>$( "p:target" )</code> will select the <code><p id="foo"></code> element.</p>
<p>Further discussion of this usage can be found in the <a href="https://www.w3.org/TR/css3-selectors/#target-pseudo">W3C CSS specification</a>.</p>