paulkinzett / toolbar

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

Added option to specify the element that is appended #42

Open jmmerino opened 9 years ago

jmmerino commented 9 years ago

Instead of append only the "a" elements inside de toolbar-items, I've added an option to append any element inside the toolbar-items. The new option is "elementToAppend".

This change works with the old code, because by default the element appended is "a".