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

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -