Swaping rows of a table using javascript
Hi Developers and coders!!!
I am facing a complex situation. I have to swap rows of a table client side using javascript.
I thought i could do it using HTML Dom but i am not able to do it, can any one help me for this. suppose i want to move Item 2 one level up on click of move up button using javascript, how is it possible using java script. I will be very thankful if could get some code snippet.
| Item 1 | |
| Item 2 | |
Bye............

