How do I add an jQuery UI Portlet to an existing set of Portlets?
(Check: http://jqueryui.com/demos/sortable/portlets.html)
How to add a portlet after loading?
In my personal project I implemented portlets: http://www.soliman.nl/test/jqueryui/ui_2.php and I would like to make a button to append a portlet. I tried appending it to .column, but the CSS is not loaded(of course), when you .addClass, all other portlets are affected too. There must be a simple way...but how?