bootstrap-submenu icon indicating copy to clipboard operation
bootstrap-submenu copied to clipboard

Additional Events

Open bencoveney opened this issue 7 years ago • 3 comments

Hello

We have some code we want to run when the sub-menu is opened.

In new bootstrap versions the are some additional events that would help us do this - documentation.

I have added the following new events (triggered on <li class="dropdown-submenu">):

  • show.bs.submenu
  • shown.bs.submenu

Would this be suitable to merge? Are there any additional events I should add?

bencoveney avatar May 03 '17 15:05 bencoveney

Maybe you could add hide.bs.submenu and hidden.bs.submenu.

odahcam avatar May 03 '17 19:05 odahcam

I think the hide event is already triggered but I will add hidden 👍

bencoveney avatar May 25 '17 06:05 bencoveney

Just to be closer to Bootstrap standard events. ;)

odahcam avatar May 25 '17 14:05 odahcam