Monday, 30 September 2013

Jquery Sortable, items inside li are able to be dragged and dropped

Jquery Sortable, items inside li are able to be dragged and dropped

I'm using jquery sortable.
<ul id="gallery">
<li class="image-item gallery-image-item"><i class="btn-comment
icon-comment icon-2x"></i><i class="btn-youtube icon-youtube-play
icon-2x"></i><i class="btn-delete icon-remove"></i></li>
//...more similar li's
</ul>
The problem is, I can drag and drop each li, but the icons situated inside
each li are able to be dragged and dropped as well, separately to it's
parent li. Is there a way to stop this?

No comments:

Post a Comment