jQuery contextMenu v2.6.1 Release Notes

Release Date: 2017-09-08 // over 6 years ago
  • โž• 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)