<input type="button" value="B" onmouseup="bbcode('#textarea', '[.b][./b]');">
*[.b][./b] - usunąć kropki
function bbcode(textarea, type) { var string = $(textarea).val(); $(textarea).focus(); $(textarea).html(string + type); }
<input type="button" value="B" onmouseup="bbcode('#textarea', '[.b][./b]');">
function bbcode(textarea, type) { var string = $(textarea).val(); $(textarea).focus(); $(textarea).html(string + type); }