问题
There is one Jquery dialog on one of my web pages. I work on a dual monitor system. The problem is that, I am not able to move/drag the Jquery dialog from one monitor to another monitor screen. Please help me to resolve this issue.
回答1:
As I think UI Dialog works only on window based and if you drag it to another monitor then it will not move to another monitor.
UI Dialog will not move from browser window to other window.
回答2:
any JQuery or other dialog works inside browser ... scratch your browser in two screen and it will work inside browser borders
回答3:
A jQuery Dialog can only live inside the webpage it's declared in, it is after all only a div.
I assume what's happening is you're trying to drag a div outside the browser window (onto your second screen). I'm afraid you can't do this.
来源:https://stackoverflow.com/questions/25260361/jquery-dialog-not-working-in-dual-monitor