Problems simulating a DnD

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:

  1. var dragThis= $j('#someID');
  2. var dropTarget = $j('.someID2');

and then i though something like:

  1. dragThis.simulateEvent(dropTarget , "drag", {})
  2. or
  3. 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