Hello Kirupa
Thanks for your great site
I am NOT a proffesional coder but I can learn and try to adupt to my needs, and I need your help.
Now I want to build a tool called Future Wheel https://www.mindtools.com/pages/article/futures-wheel.htm
I learned the chapters at
https://www.kirupa.com/html5/drag.htm
https://www.kirupa.com/html5/examples/drag_multiple.htm
I found in the forum some ways to do it and I took idea also from https://mdn.github.io/dom-examples/web-storage/
I formated the circles as TEXTAREAs
Here are my Demos:
-
http://dialogim.com/ofan
It saves the text to local storage (till I click the Clear button) -
http://dialogim.com/ofan/store-position.html
It saves the circles position to local storage (till I click the Clear button)
My question is how I can combine the two demos into one.
I want that it will store the texts and the elements positions.
Thanks