如何在单个窗口中制作多个打开的浏览器的选项卡式面板浏览器
如果我们在 Firefox/Chrome 中有一个选项卡窗口,我们可以通过将其拉出来最大化每个选项卡窗口。
是否可以将其恢复回来?(将打开的浏览器窗口拖放到另一个窗口上,使其成为选项卡式面板)在 Firefox/Google Chrome 中使用 JS/jQ?
If we have a tab window in Firefox/Chrome we make maximize each tab window by pulling it out.
Would it be possible to revert it back?(Drag the opened browser window & drop on the other window to make it as a tabbed panel) using JS/jQ in Firefox/Google Chrome?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不。浏览器实际上并不让您控制镶边,除了偶尔弹出一个新窗口或关闭您打开的窗口之外。
window
对象上有一些较旧的、有争议的方法,允许调整大小和移动,但它们在最新版本的 Chrome 中不起作用(谢天谢地)。No. Browsers don't really let you control the chrome, other than occasionally popping open a new window, or closing one that you opened.
There are some older, convtroversial methods on the
window
object to allow resizing and moving, but they don't work in the latest version of Chrome (thankfully).