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 99f466b commit 9daa400Copy full SHA for 9daa400
entries/jQuery.widget.xml
@@ -336,6 +336,12 @@ this._delay( this._foo, 100 );
336
<argument name="element" type="jQuery">
337
<desc>The element(s) to apply the hoverable behavior to.</desc>
338
</argument>
339
+ <example>
340
+ <desc>Apply the <code>ui-state-hover</code> class to all <code><div></code>s within the element on hover.</desc>
341
+ <code><![CDATA[
342
+this._hoverable( this.element.find( "div" ) );
343
+]]></code>
344
+ </example>
345
</method>
346
<method name="_focusable">
347
<desc>
0 commit comments