jquery-sortScroll
jquery-sortScroll copied to clipboard
Get position of all elements
Can i get position of all elements within scroll Container as an array or any other storage structure? Bascially i need to update position of my sections in database depending on their position in scroll container.
Hope it makes sense. let me know if any other clarification required
No. You can use the sortEnd event to trigger a code of your own that builds the array you need based on dom state.
And don't forget to solve #3 before using the plugin