Problems simulating a DnD
hi everyone,
i want to simulate a drag and drop.
so what i tried was, i got me the simulate.js and then i tried something like:
- var dragThis= $j('#someID');
- var dropTarget = $j('.someID2');
and then i though something like:
- dragThis.simulateEvent(dropTarget , "drag", {})
- or
- dragThis.simulateEvent(dropTarget , "drag", {});
should work .... i always get the error "simulate" or "simulateEvent" is not a funcion ...
sorry its a noobish questiong ... but i dont usually work with js and jquery - i 'just' have to test it =)
thanks in advance