Quote:
Originally Posted by AndrewGSW
If you indent your code properly (so that it can be read) and (please!) don't use variable names of textarea and button (show a little imagination!) I or someone else are more likely to assist  .
|
I intentionally taker out my indents when positing on here to avoid scrolling issues.
As far as variables for textareas. I'm just learning js stuff. I took a free piece of code and started playing with it.
Code:
<div class="editInPlace">Some text here
</div> <div class="editInPlace">Some text here 2nd</div>
<div class="editInPlace">Some text here 3rd</div>
That would mean you would have to edit each field individually. I want to edit multiple fields simultaneously.