像模态一样实现 Stack Overflow 标志
当我浏览 Stack Overflow 时,我必须向 mods 标记一些内容。
在这样做的过程中,我看到了一个设计精美的弹出窗口,我无耻地移植了它。 :)
现在我想要一个与之关联的模式。我想要一个通用的解决方案。
我的问题是:
- jQuery UI 对话框的主题可以是这样吗 这很容易还是我应该选择 blockui?
- 抄袭这种风格违法吗 来自堆栈溢出?
我也没有看到 SO 为此使用任何插件。他们实现了自己的弹出窗口吗?
更新:
我想使用 jQueryUI 对话框,因为我真的想实现隐藏爆炸。
hide: "explode"
As I was browsing through Stack Overflow, I had to flag something to the mods.
While doing so, I saw a wonderfully designed popup and I have shamelessly ported that. :)
Now I would like to have a modal associated with it. I would like to have a generic solution.
My questions are:
- Can jQuery UI dialog be themed like
this easily or shall I go with blockui? - Is it illegal to copy this style
from Stack Overflow?
Also I didnt see any plugins used by SO for this. Have they implemented their own popup?
Update:
I would like to use jQueryUI dialog as I really would like to implement explode on hide.
hide: "explode"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不认为从其他网站复制设计是违法的,只要您不复制图像和源代码。
我更喜欢使用 jQuery UI,而不是编写自定义弹出窗口。
I don't think its illegal to copy designs from another website, as long as you are not copying images and source code.
I would prefer jQuery UI for this instead of writing a custom popup.
用 jQuery BlockUI 做到了。欢迎任何更好的实现
Did it with jQuery BlockUI. Any better implementations are welcome