ready
document.ready(function() { $('.box').draggable({ opacity: 0.5, cursor: 'move', zIndex: 10000 }); });
</script>