jQuery draggable not working in chrome
Code:
<script src="js/jquery-1.6.2.min.js" type="text/javascript"></script>
<script src="js/jquery-ui-1.8.16.custom.min.js" type="type/javascript"></script>
<script type="text/javascript">
$(function() {
$( ".drag" ).draggable();
});
</script>
<div class="drag">draggable</div>
JS FIDDLE Test Try this. In my browser dargging works correctly. Working in your browser? If not working, then you wrong plugged jqueryui library.
It's simple, code is correct but Chrome extension adBlocker blocking draggable function. Just uninstall adBlocker and reset chrome.