View Single Post
Old 12-28-2012, 12:39 AM   PM User | #20
stevenmw
Regular Coder

 
stevenmw's Avatar
 
Join Date: Jun 2007
Location: OK
Posts: 446
Thanks: 26
Thanked 30 Times in 30 Posts
stevenmw is an unknown quantity at this point
Quote:
Originally Posted by AndrewGSW View Post
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.
__________________
--
Thanks!

Last edited by stevenmw; 12-28-2012 at 12:42 AM..
stevenmw is offline   Reply With Quote