Re: Help for What’s New Textareas Autofill Text
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();`