So I have set up Jquery draggable so a user can change the positions of divs within a parent div.
When the first drop is performed, all the positions are saved to localstorage. This data is then updated each time a drop is conducted.
When the page is refreshed, the div positions are all displayed correctly based on the saved positions in the localstorage. When I then click a div to begin the drag and drop procedure, the surrounding divs do not move as expected or how they did prior to the page refresh.
ANy help would be very much appreciated.
I don't appear to be able to paste the code here without receiving a responseContent erros, so here is the link to the SO post:
1