Skip to content

Commit 646fc50

Browse files
committed
Merge pull request mar10#71 from JohnArcher/master
Update README.md
2 parents 5363641 + bbbef1e commit 646fc50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ $(document).contextmenu({
262262
</dd>
263263
<dt>open(target[, extraData])</dt>
264264
<dd>
265-
Open context menu on a specific target (target must match the options.delegate filter).<br>
266-
Call like <code>$(...).contextmenu("open", target[, extraData]);</code>.
265+
Open context menu on a specific target (target (as a jQuery object) must match the options.delegate filter).<br>
266+
Call like <code>$(...).contextmenu("open", $(target)[, extraData]);</code>.
267267
Optional `extraData` will be available in event handlers as <code>ui.extraData</code>.
268268
</dd>
269269
<dt>replaceMenu(menu)</dt>

0 commit comments

Comments
 (0)