Welcome Guest, Not a member yet? Register   Sign In
Sortable list problem
#2

[eluser]Unknown[/eluser]
Ok, I've got it.
Code:
<tr id="item1"><td>item1</td></tr>
<tr id="item1"><td>item2</td></tr>
has to be:
Code:
<tr id="item_1"><td>item1</td></tr>
<tr id="item_2"><td>item2</td></tr>

(the number have to correspond with the id of the row)


Messages In This Thread
Sortable list problem - by El Forum - 09-07-2008, 10:01 AM
Sortable list problem - by El Forum - 09-07-2008, 10:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB