需要做一个可拖拽的页面,动态刷新页面。ACTION取出值后,初始显示是可以的,但拖拽后如何刷新就难办了。我把该unit的值1.0存到了t里,在调整页面后,我需要得出Station2里的unit值总和,显示在Time 后面。请诸位高手指点一下怎么把t值读出来,拜求了。<div class="DragContainer" id="Station2">station 2
<br> Time 1.0

<div class="DragBox" id="Unit1" t="1.0" overClass="OverDragBox" dragClass="DragDragBox">1 Unit3 Description 1.0</div>
                <div class="DragBox" id="Unit1" t="1.0" overClass="OverDragBox" dragClass="DragDragBox">4 Unit4 Description 1.0</div></div>