Textarea with buttons for format text and smiles
Place for comments, problems, questions, or any issue related to the JavaScript / PHP scripts from this site.
-
JanMolendijk
- Posts: 242
- Location: Holland Rotterdam
Textarea with buttons for format text and smiles
I`m a bit furter with my comment + badword-filter & hashtag-system
But my problem I can`t see the bbcode I only see HTML tags into my textarea
This seems not to work in my script
// Textarea with buttons for format text and smiles -
coursesweb.net/javascript/texarea-buttons-format-text-colors-smiles_s2
Code: Select all
// To add HTML tags instead of BbCode, replace "bbcode" with "html"
var tagtype = 'bbcode';
What Can I do or what more details you want ????
Admin
In the archive with that JS script there is a file form.html. In that file there are instructions and a demo with textarea and bbcode.
Open that file and you'll see the script it works.
Maybe the problem is from other JS script in your page that interferes with the textarea bbcode script.
See in the browser console if there are JavaScript errors and try to fix them.
Similar Topics
-
Adding smilies in Texarea with buttons for format text and smiles
Scripts from this website
First post
Dear admin I try to add more smilies but it seems I do something wrong.
I use the JS script from:...
Last post
Thank you so mutch its working now
-
Adding smilies in Textarea for format smiles
Scripts from this website
First post
I`m busy with updating my comment-system, I use a option for smilies in the JS script from:...
Last post
Thanks for the support strange but the stickers seems now working fine
I added more stickers first it was not working but few hours later it did...
-
Adding jquery script to two buttons
JavaScript - jQuery - Ajax
First post
Dear admin I try to add two buttons in one off your scripts for opening via button
but i cant find out what i`m doing wrong one is opening but...
Last post
Hello,
There is no attribute id_1 . You can change the value of an atribute, but not its name.
You can use the same js script for multiple buttons;...
-
How to get text from javascript alert box
JavaScript - jQuery - Ajax
First post
Good evening (dutch-time) I have a javascript what can copy text to a clip-board + it has a button to show the item-list in a alert-box.
But can`t...
Last post
Thanks for the support I tried already things with history + f_print
also studied those a little before I asked coursesweb but I shall
when my head...
-
Javascript add different text to each minute of hour
JavaScript - jQuery - Ajax
First post
Hello Coursesweb I`m unknown with javascripts ????
I would like to add function minutes to this script
on each minute an diferent text added to...
Last post
Hello,
Try the following script.
<div id='addtxtmin' style='color:#00d; font-size:20px; font-weight:700'></div>
<script>
const...