Stereobit / dragend

dragend JS – a touch ready, full responsive, content swipe script
http://stereobit.github.com/dragend/
MIT License
485 stars 114 forks source link

Option pageWrapperClass added #93

Closed SergiiGoncharov closed 6 years ago

SergiiGoncharov commented 7 years ago

For some reason you might not want script wrap you content with: container.cloneNode(true).innerHTML and container.appendChild

Just wrap it by you self and specify class name of element you going to use as a wrapper.