I want to create drag and drop components in my web page. For example in right side of the page input text box, radio button, checkbox should be available. Then I need to drag and drop these components to left side of the page.
For this requirement which can be best suit.
I tried searching, suggestions like jQuery, Smart GWT, Ext JS. Which one will be feasible, even other than this too?
Thanks,
Tried using jQuery drag and drop options. But these are played with original instance. But I'm looking for, after drag and drop even then the component should be avail for the next drag? Is it possible ??
Thanks again.