Here's my problem: I've got this nice Office Minibar implementation which I want to use on my project. However, I need to apply the Jquery code to dynamically created textarea elements, hence requiring the use of
$("#textarea_id").minibar(); //minibar() applies the minibar to the selected textarea element
However, i'm at a complete loss on how to do it. Any help would be great appreciated. The Minibar coding is fairly simple:
http://www.jankoatwarpspeed.com/post/2010/05/23/microsoft-office-minibar-jQuery-CSS3.aspx