Jump to content

Simple interactive list


Darkness Soul

Recommended Posts

Yo eve,

 

I try to find out at web but I found both nothing and too complex code. I want to make it simple! May you help me?

 

The problem is: I have a <td> with many <div id="n"> (n = 0, 1, ...) and those dive have up and down arrows to change they position in the list. Thats it.

 

A dirty looks should be like:

td

- div 0 -v

- div 1 ^v

- div 2 ^-

 

When the user click the up (^) or down (v) arrow, they switch position.

 

A dirty looks after using should be like:

td

- div 2 -v

- div 0 ^v

- div 1 ^-

 

The result, I want to put inside a hidden input, to easy write at database.

 

So, do you guys know a howto or have patience to tell me how to do this?

 

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/148948-simple-interactive-list/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.