edit selected text

edit selected text

Hey all,

I have somewhat an issue in jquery i have a dropable content from one list to another easy enough, on dropping i dynamically create divs that are editable.

So now i have a div and want to be able to highlight text and then click on a few buttons that give options such as Bold Underline and Italics. I can get the selected text and alert that back but i cannot replace successfully the highlighted text! Ive tried every method available in jquery and played with it using lots of JS but no luck!

Has anyone any ideas or know of any script that will allow me to select some text then select a button to wrap it in b tags?

Thanks!