Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/swisnl/jQuery-contextMenu
Browse files Browse the repository at this point in the history
…into gulpfile-implementation
  • Loading branch information
bbrala committed Sep 9, 2015
2 parents 5dfd09d + 532d64b commit fb889cb
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 fb889cb

Please sign in to comment.