Creating a Draggable Widget System

I'm looking to create a widget system, something like what WordPress has. Please suggest which script would be the best for this. I was planning on using jQuery UI for this, but would like to listen to other suggestions as well.

+2


source to share


2 answers


Go with JQuery. On our custom home page, we have implemented the entire dragflippable-sppp-sppp-spike Faxo Search widget system . We couldn't be happier with jquery and jquery UI. We looked at other libraries and decided that jquery has the greatest potential. It is extremely expressive and the code is tough and efficient. We have indeed migrated from Prototype.



+2


source


Scriptaculous has a drag-and-drop implementation. It is based on Prototype , which has a pretty good community.



jQuery seems to be a little more and more active lately, so you might want to consider using your draggable library .

+1


source







All Articles