This repository has been archived by the owner on Aug 14, 2021. It is now read-only.
Releases: mar10/jquery-ui-contextmenu
Releases · mar10/jquery-ui-contextmenu
v1.4.0
v1.3.0
- [FEATURE] New optional parameter open(..., extraData).
- [FEATURE] New option
autoTrigger: true
can be set tofalse
to prevent opening menus on browser'scontextmenu
event
(if you want to use theopen()
method instead). - [FEATURE] New option
preventContextMenuForPopup
to prevent opening the browser's system context menu on menu entries. - [CHANGE]
setEntry()
andreplaceMenu()
now allow to define titles with HTML markup.
v1.2.4
v1.2.3
v1.2.2
v1.2.0
v1.1.0
v1.0.0
v0.5.0
- [CHANGE] Changed widget namespace from 'ui' to 'moogle'.
- [CHANGE] Default position is now at click event.pageX/Y.
- [CHANGE] Show-animation now faster by default.
- [FEATURE]
select
event has new parametersui.cmd
andui.target
. - [BUGFIX] Fixed replaceMenu() for
<ul>
defined menus.