Skip to content

2.6.1

Compare
Choose a tag to compare
@bbrala bbrala released this 08 Sep 12:42
· 93 commits to master since this release

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