2.6.1
版本发布时间: 2017-09-08 20:42:22
swisnl/jQuery-contextMenu最新发布版本:2.9.2(2020-05-13 22:05:36)
Added
- Ability to define touchstart as trigger (thanks @npuser)
- Extra event
activated
that triggers after the menu is activated (thanks @AliShahrivarian) - Flag denoting if a second trigger should close the menu (thanks @OliverColeman)
- Added update call to update visibility, disabled, icon and form value stats for items. Fixes issue (Issue #555).
$('.context-menu-one').contextMenu('update'); // update single menu
$.contextMenu('update') // update all open menus
Fixed
- Fix for out of bounds problem on window edges (thanks @AliShahrivarian)