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)