Skip to content Skip to sidebar Skip to footer
Showing posts with the label Textarea

Getting The First Word In A Tag With Regex

I'm trying to make a regex to get the first word in a tag. I already have one to get all the w… Read more Getting The First Word In A Tag With Regex

How To Prevent Textarea From Scrolling To The Top When Its Value Changed?

Consider the following example: (Live demo here) HTML: Click Here CSS: textarea { height: 80p… Read more How To Prevent Textarea From Scrolling To The Top When Its Value Changed?

Replace Parts Of String (attributes) In Textarea Using Input Boxes

Main Target : To create a website that will have a live preview of an HTML/CSS code. More specific… Read more Replace Parts Of String (attributes) In Textarea Using Input Boxes

Textarea Maxlength Value Not Working

I have a textarea and I am setting maxlength from JS using DOJO library.The code is as follows: … Read more Textarea Maxlength Value Not Working

Javascript/jquery Resize Textarea With Div/"grippie"

I've look at many things covering how to make a 'grippie' that resizes a textarea, and … Read more Javascript/jquery Resize Textarea With Div/"grippie"

Auto Growing Textarea In Ionic

I am trying to add an autogrowing textarea to my app but for some reason it is not working. The mod… Read more Auto Growing Textarea In Ionic

Wrap Text Inside Fixed Div With Css Or Javascript?

I have tinymce editor(textarea) and one div. Whenever I type inside the text editor, it shows at th… Read more Wrap Text Inside Fixed Div With Css Or Javascript?

Resize Textarea On Load

I'm having issues trying to resize a text area, I can do it as the user is typing but when they… Read more Resize Textarea On Load

Set Max Characters In Textarea Base On Textarea Height And Width

Notes: I tried all questions & answers related to this topic. I want to limit the number of cha… Read more Set Max Characters In Textarea Base On Textarea Height And Width

Javascript Textarea Count Characters Per Line

I'm attempting to count the characters in each line of a textarea. I've tried to adapt this… Read more Javascript Textarea Count Characters Per Line

Insert At Cursor In React

I need to insert text at caret (current cursor position) in the React-controlled textarea (like aut… Read more Insert At Cursor In React

Why Does This Textarea Appear To Only Add One Space Instead Of Four?

Here is my code: doc.on('keydown', '.textarea_code_snippet', function(e) { if(e… Read more Why Does This Textarea Appear To Only Add One Space Instead Of Four?

Javascript - Change Font Color Of Certain Text In Textarea

Is there any JS function that can change the color of certain text in a textarea? For example, blar… Read more Javascript - Change Font Color Of Certain Text In Textarea

Suggestion List Within Text Area

I want to be able to open dropdown list withing a text area just under the cursor. just like IDE of… Read more Suggestion List Within Text Area

Loading Text Into Textarea Based On Drop Down Selection

To start, I have searched the site and found this: How to fill in a text field with drop down selec… Read more Loading Text Into Textarea Based On Drop Down Selection