Jump to content
Search Community

bojanbb

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by bojanbb

  1. Hi,

     

    i have parent and child elements. How can drag Parent with Child and how can drag Child without Parent?

     

    <div class="Drag Parent">
    	<span>Parent</span>
    	<div class="Drag Child">
    		<span>Child</span>
    	</div>
    </div>
    	

     

    Thanks!

    • Like 1
  2. Thanks for answer!

     

    But I want dragging a body with different fixed elements on pages.  Some elements (example menu) are with position fixed when body top > -300px.  When body top < -300px - the menu is with position absolute.

×
×
  • Create New...