Hey everyone,
I'm trying to create a class to make images draggable. I have this simple java script, but it somehow doesn't do the trick. Can anyone spot the error? I read the Lay Theme documentation, but couldn't find an answer.
<script>
jQuery(function() {
jQuery( ".sticker" ).draggable();
});
</script>
I tested it here: http://martinmajor.com/drag-test
Thanks
Martin