paulkinzett / toolbar

A tooltip style toolbar jQuery plugin
http://paulkinzett.github.com/toolbar/
MIT License
2.3k stars 321 forks source link

How to get the clicked button? #61

Open alexwenbj opened 6 years ago

alexwenbj commented 6 years ago

Hi,how can i get the clicked button on toolbar?the toolbarItemClick event can't get the clicked item.Thank you in advance.

JayCeee commented 6 years ago

$(.btn-toolbar).on('toolbarItemClick', function( event , triggerButton ) {

alexwenbj commented 5 years ago

@JayCeee Got it, thank you.