0
Hello, I have the following code:
<div style="width:200px;height:200px;background-color:red">
<div style="width:20px;line-height:20px;border-radius:100%; background-color:blue">1</div>
<div style="width:20px;line-height:20px;border-radius:100%; background-color:blue">2</div>
<div style="width:20px;line-height:20px;border-radius:100%; background-color:blue">3</div>
<div style="width:20px;line-height:20px;border-radius:100%; background-color:blue">4</div>
</div>
I would like to know how to drag these blue balls by the red frame and save x y so I can import to the database and when update the page they continue where I dragged
Thank you