I use \"OWL Carousel\" jQuery plugin (http://www.owlgraphic.com/owlcarousel/) for in my small project.
I create small script that draggable via this plugin. now i wa
I have the solution! Just add the elements you want to exclude in "NDElement"
$( NDElement ).mousedown(function() { $(".owl-wrapper").attr("class","dontdragg"); }); $( document ).mouseup(function() { $(".dontdragg").attr("class","owl-wrapper"); });