<textarea id="bbcode_enabled"></textarea>
<textarea id="bbcode_enabled"></textarea>
<textarea id="bbcode_enabled"></textarea>
$(document).ready(function()
{
$("#bbcode_enabled").each(function () {
$(this).bbcode({
tag_bold:true,
tag_italic:true,
tag_underline:true,
tag_link:true,
tag_item:true,
tag_skill:true,
tag_own3d:true,
tag_youtube:true,
tag_twitch:true,
tag_color:false,
tag_image:true,
button_image:true
});
});
});
BBCode クラスは最初のテキストエリアにのみ適用され、他は無視されます。どうしたの?
Ps。これは私が使用している BBCode クラスです。 http://pastebin.com/FqXasEmD