[jQuery] Re: position problem ( div is going up )

2009-02-26 Thread nasionalem
Hi Eric, thank you for your advice.. It looks better now :) I am new in jQuery :) I still learning it. and Its just a demo.. and I have still have a same problem.. the socond div's position is still going down when I append a new div. (insideParent2) This two div (insideParent and insideParent

[jQuery] Re: position problem ( div is going up )

2009-02-26 Thread Eric Garside
Your code is pretty confusing, and you're doing a lot of work yourself that jQuery is designed to do. It appears you're really only using jQuery for the draggable function, which is a shame. The addEvent function is a good example of where you can leverage jQuery to do a lot of work really simply