Wednesday, October 29, 2008

[jQuery] traversing DIV containers

<div id="wrList">
<div id="div_wr">
<input type="text" id="wrName" value="Jerry Rice">
<input type="text" id="rec" value="115">
<input type="text" id="yds" value="1500">
<input type="text" id="TDs" value="14">
</div>
</div>

would like to edit these text fields as I drag them around. The js
files passes the DIV containers as objects named i. how can I edit
the text fields (traverse the i object). thx. very new to this

- tecmo

No comments: