i create a modal , which i cannot move, it showing somewhere i specify the position.
I want to move the dialog modal.
is there any parameter for that.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your question is a bit vague, but I’m assuming you are talking about the jQuery UI Dialog box.
If that is the case, you only need to set the “draggable” option (found in the options within the documentation). An example is like this:
Something is confusing is that, by default, draggable is set to true, so you must be unsetting it. (Assuming I understand your question…it’s a bit of a confusing question.)