Using jQuery UI Dialog.
Works great, but currently, when I drag a dialog, it will not move off screen (the entire dialog is always in the viewport).
Is there a way to set up the dialog so I can drag it partially off screen?
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.
Sure you can if you extend the jQuery dialog code. Just include this code:
It will override the default containment value of ‘document’ with
falsewhich disables the containment.