html - jQuery draggable not work containment -
i use draggable
div
but containment
not working in function
$("#main").draggable({ start : function() { var ps = $('#ps').val(); containment:[-1000,-1000,ps,ps] } });
i want var ps
use in draggable
because value change after
Comments
Post a Comment