$('#order').submit(function(){});$('#order').submit(function(){});<?php while (have_posts()) : the_post(); ?>
<?php endwhile; ?> <!-- end post -->owl.owlCarousel({
loop: true,
items:1,
margin: 10,
nav: true,
onDragged : callback
});
function callback() {
var items = event.items.count;
var item = event.item.index;
console.log(items,item);
}