Skip to content

Commit

Permalink
Fix docs to jquery ui position, fixed #274
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Sep 9, 2015
1 parent 190347e commit 532d64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ <h3 id="options">options (at registration)</h3>
<dt id="options-determinePosition"><em>(function)</em> determinePosition</dt>
<dd>
<p>Determine the position of the menu in respect to the given trigger object.</p>
<p>Hint: <a href="http://docs.jquery.com/UI/Position">jQuery UI's position()</a> may ease things up.</p>
<p>Hint: <a href="http://api.jqueryui.com/position/">jQuery UI's position()</a> may ease things up.</p>
<p>Example: <code>$menu.css('display', 'block').position({ my: "center top", at: "center bottom", of: this, offset: "0 5"}).css('display', 'none');</code></p>
</dd>

Expand Down

0 comments on commit 532d64b

Please sign in to comment.