0
Putting things in order and saving the order.
hi guys, In a JavaScript app I'm making there's a part where I want the user to click on items of a list in their preferred order. I'm struggling to save the order they click the items in. Please help.
3 ответов
+ 3
Cookies and/or web-storage ( local and/or session storage )
+ 2
It's just the root stuff you need to save data on user side and retrieve them on a new page loading/refreshing...
To show an example means do the job at your place: submit some work, ask about more specific problem/bug, and we will help you to reach your goal ^^
0
can you please show me an example