Skip to content

Commit 4798d90

Browse files
committed
Updating link to the :data selector.
1 parent a8d50df commit 4798d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/jQuery.widget.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
$( "#elem" ).data( "ui-progressbar" );
9494
</code></pre>
9595

96-
<p>Whether an element has a given widget bound to it can be determined using the <a href="data-selector"><code>:data</code></a> selector.</p>
96+
<p>Whether an element has a given widget bound to it can be determined using the <a href="/data-selector"><code>:data</code></a> selector.</p>
9797

9898
<pre><code>
9999
$( "#elem" ).is( ":data( 'ui-progressbar' )" ); // true

0 commit comments

Comments
 (0)