Link to home
Start Free TrialLog in
Avatar of immtrac
immtrac

asked on

how to move list item (li) to specifi location?

I have a ordered list. I need to know how to move an item to specific location in list?

Like thru java script if I want to move item 1 to position 10 in list, how do i do that?

Also If there is already an item at position 10, then I want to push down all items after position 10 .

Please help
Avatar of MMDeveloper
MMDeveloper
Flag of United States of America image

Do you mean interactively, or programatically?
ASKER CERTIFIED SOLUTION
Avatar of immtrac
immtrac

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial