Hi, I have some weird problems using the interface plugins iselect.js and idrag.js.
One issue is the failure message I get when trying to use the "onselect" event for the Selectable plugin. Firebug brings up the failure message "a.get(0) has no properties" when executing the Selectserialize function. Is there any special way how to handle the select event or addressing the serialize function to get the elements properly? The other issue is somehow related to the first one. When I try to drag multiple elements I declare the Selectable and Draggable functions. The given demo works fine http://interface.eyecon.ro/demos/download.html. But all selectable elements are positioned absolute, which is total inadequate for my purposes, so I tried to change the properties to a relative positioning of the elements but the multiple selection doesn't work (elements out of the pointer focus "run" away). When I pull the elements seperatley first, drag them and afterwards make a multiple selection it works fine. Does anyone succesfully implemented it in a different way or has a solution for the relative positioning issue? Thanks Frank