paulkinzett / toolbar

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

Manual remove and automaticaly remove when the attached element is deleted #52

Open aRandomKiwi opened 8 years ago

aRandomKiwi commented 8 years ago

*Manual remove and automaticaly remove when the attached element is deleted myElement.toolbar("remove"); // ==> Manually remove toolbar dom element when dev want myElement.remove(); // ==> Automatically remove toolbar dom element to avoid some dom garbages

*Adding inline html support in content options property with the new option inline (false (by default) => clone content, true => parse inline element)