Jquery dialog not working in dual monitor

不问归期 提交于 2019-12-11 06:07:15

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!