We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d50df commit 4798d90Copy full SHA for 4798d90
entries/jQuery.widget.xml
@@ -93,7 +93,7 @@
93
$( "#elem" ).data( "ui-progressbar" );
94
</code></pre>
95
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>
+ <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>
97
98
<pre><code>
99
$( "#elem" ).is( ":data( 'ui-progressbar' )" ); // true
0 commit comments