jQuery-menu-aim icon indicating copy to clipboard operation
jQuery-menu-aim copied to clipboard

Work with new elements inserted into the menu

Open saralk opened this issue 12 years ago • 1 comments

saralk avatar Jul 01 '13 16:07 saralk

Wouldn't this be easier to do just by using the jQuery on method instead -

$menu
    .on('mouseleave', mouseleaveMenu)
    .on('mouseenter', options.rowSelector, mouseenterRow)
    .on('mouseleave', options.rowSelector, mouseleaveRow)
    .on('click', options.rowSelector, clickRow);       

cmcnulty avatar Dec 30 '14 22:12 cmcnulty