views:

227

answers:

1

Following on from : http://stackoverflow.com/questions/1034360/how-to-save-portlet-positions

I'd like to know how to get the new position of the portlet in the first place.

+1  A: 

If you use jQuery UI's sortable plugin you can then use the plugin's serialize function to get data to send to back to your server.

Check out the sortable portlets demo page: http://jqueryui.com/demos/sortable/#portlets

PetersenDidIt