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

Ie11 Textarea Loses Focus If Another Textarea Is Disabled

In this fiddle, using ie11 with open Console, input something into any textarea and then click into… Read more Ie11 Textarea Loses Focus If Another Textarea Is Disabled

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

Scroll To The Bottom Of Ckeditor

any ideas on how to scroll to bottom of a ckeditor editor using javascript / jQuery? I cant find an… Read more Scroll To The Bottom Of Ckeditor

How Do I Style The Scrollbar Of A Textarea

I've got a textarea in a contact form which is styled with css, it looks great until i write mo… Read more How Do I Style The Scrollbar Of A Textarea

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

Detect Selected Text In A Text Area With Javascript

Is it possible to detect what text has been selected in a text area using Javascript? I'm look… Read more Detect Selected Text In A Text Area With Javascript

Textarea Selection Index

I have a textarea control in my website. I want to retrieve start and end position of selected text… Read more Textarea Selection Index

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

Finding Number Of Lines In An Html Textarea

I'm writing a mobile web application where scrollbars are not displayed on the device's bro… Read more Finding Number Of Lines In An Html Textarea

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"

Fetching Cursor Location And Highlighted Text In Textarea Using Jquery

Having a textarea in a form I am trying to do several things: fetch the current location of the cu… Read more Fetching Cursor Location And Highlighted Text In Textarea Using Jquery

How To Set A Value Of The Textarea Without Id By Javascript?

Typically we run javascript code to set any value: document.getElementById('id_name').value… Read more How To Set A Value Of The Textarea Without Id By Javascript?

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

How To Make Text Input Box Resizable (like Textarea) By Dragging Its Right-bottom Corner Using JQuery?

I would like to have (preferrably in jQuery) regular text input box which can be clicked and dragge… Read more How To Make Text Input Box Resizable (like Textarea) By Dragging Its Right-bottom Corner Using JQuery?

Javascript | Save Textarea Value With Line Breaks

I have a code where it saves multiple textarea values in a text file. However, it does not display … Read more Javascript | Save Textarea Value With Line Breaks