Hi all,
I'm trying to create my Wordpress plugin admin page using metabox's. Using add_meta_box() and do_meta_boxes() I can create the boxes and they nicely reposition, however I am struggling to find a way to save the order.
I was wondering if there was a callback for when a reordering takes place, similar to jQuery UI's sortable plugin? Basically I want to be able to make an ajax call to save the order everytime a box is moved.
How is this done? Or am I thinking about it in the wrong way...?
Thanks.