Skip to content

2.6.1

Choose a tag to compare

@bbrala bbrala released this 08 Sep 12:42
· 100 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

  • Fix for out of bounds problem on window edges (thanks @AliShahrivarian)