I got it working late last night, after 11 pm. I am not all that
familiar with jQuery's methods; I found it in src_div.style.left &
src_div.style.top. They both just had to be reset to "" & everything
snapped right where I wanted it.
I've got another problem to resolve, but it's not jquery rela
I would try doing $(src_div).css({top:0,left:0}) because draggable changes
those element styles. Its a lot easier to use the jquery methods instead of
messing with offset* and related methods
On Sat, Sep 19, 2009 at 8:31 PM, TonyV wrote:
>
> Isn't there anyone who has some experience with drag &
Isn't there anyone who has some experience with drag & drop that can
help?
Each tag in the table has the class "droppable". Each holds
a that has the class "draggable". What are the names of the
fields that control the position of the inside the ? Is it
offsetLeft & OffsetTop? Do I have t