<script type="text/javascript"> $(document).ready(function(){ $('#insideParent').Draggable( { zIndex: 1000, ghosting: false, opacity: 0.7, containment : 'parent' } ); } ); here is the exact line thats the problem occurs on: $('#insideParent').Draggable( Object doesn't support this property or method is the error i get