<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
});
});
});
It only applies the BBCode class to the first textarea, ignoring others. What's wrong?
Ps. This is the BBCode class I'm using. http://pastebin.com/FqXasEmD