Jump to content
Search Community

bojanbb

Members
  • Posts

    3
  • Joined

  • Last visited

bojanbb's Achievements

1

Reputation

  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!
  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.
  3. Hi, Is there a way to preserve position fixed on children elements when apply Draggable on the parent element? Thanks in advanse
×
×
  • Create New...