I have a drag and drop code in jQuery, in which the elements are placed on one side and the other complete side is the space for the elements to be placed after dragging.
Then there is a simple html having the elements and a style sheet. This is just like tools which help us create different elements like buttons, clocks etc, like in ms word. After dropping the elements I want to save their position, in some style sheet. The final position of the elements is to be saved in a style sheet.
I do not know how to implement this, should it be generated automatically or how?