[jquery-ui] Re: jQuery Drag & Drop problem

2009-09-20 Thread TonyV
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

[jquery-ui] Re: jQuery Drag & Drop problem

2009-09-19 Thread Nate Laws
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 &

[jquery-ui] Re: jQuery Drag & Drop problem

2009-09-19 Thread TonyV
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