Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Help for What’s New Textareas Autofill Text


Virtuali
Participant

@gunju2221

jQuery is fine with me, probably better, weather to hook the js code into the file, or put it in an external file and call it. Problem is, I am still stuck on the textarea ID values. It still remains the same input text, only set once. Unless I put to more js in the file with different IDs, same js

Maybe something in the range of:

`$(selector).defaultValue(‘Username’);
`

or

`
$(‘#myInput’).defaultValue();`

Skip to toolbar