Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


MurrayM

2455 posts

Uber Geek

ID Verified
Trusted
Lifetime subscriber

#110131 3-Oct-2012 16:47
Send private message

I've made some websites for clients where they can add their own products (using PHP and MySQL).  Some of my clients wanted to be able to rearrange the order that the products were shown on a page rather than just list them sorted on title, so I came up with an easy solution that simply listed the products and put little up and down arrows next to each item and the user could click on the arrows to move the items around.  Behind the scenes I have each product set up with an ItemOrder field which I manipulated when the arrows were clicked on.

This works fine when there aren't many products but gets tricky to use when there are more than 20 or so products and  they're moving the item more than a few places because clicking the arrows would cause the page to refresh and the user would have to scroll down to the item and click the arrow again (bit hard to describe but I'm sure you get the picture).

I'd really like to replace this system with a better way of reordering items.  In the past I've found Javascript examples that show how to let the user drag and drop items but the examples would stop there and not show how to signal updates to the database, etc.

Can anyone point me to something, maybe using jQuery, that does what I'm looking for?  Or offer any other insights into how to achieve this in a way that is simple for the user to use?  I'm sure e-commerce packages must offer something like this but I'm not too familiar with any.

Create new topic
RedJungle
Phil Gale
1108 posts

Uber Geek

Trusted
Red Jungle
Subscriber

  #695682 3-Oct-2012 16:51
Send private message

The jQuery UI Sortable widget would be a good place to start. You should be able to get the starting position and dropped position to then post back to the server with an ajax call to update the database.



MurrayM

2455 posts

Uber Geek

ID Verified
Trusted
Lifetime subscriber

  #695687 3-Oct-2012 16:55
Send private message

RedJungle: The jQuery UI Sortable widget would be a good place to start. You should be able to get the starting position and dropped position to then post back to the server with an ajax call to update the database.

Excellent!  Thanks for pointing that out to me.

And it appears to handle hitting the top and bottom of the page and scrolling, which is something I'd need but forgot to mention in my initial post.

Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.