Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

artDialog 已经很强大了 但可以进化成另一种plugin: popover #20

Closed
yiqing-95 opened this issue May 11, 2013 · 2 comments
Closed

Comments

@yiqing-95
Copy link

需要这样的功能 比如鼠标移动到用户小图标上 显示用户的概要信息 这时候需要ajax加载用户的个人信息 已经采用了artdialog作为主要的对话框插件了 如果引入第三方jquery插件也是可以做到的 但最后看到了artDialog 完全经过增强可以做到这样的要求。

粘滞显示(follow) 在加一个小三角 就可以了 , 用simple皮肤 去掉那个小关闭按钮

下面是小三角实现

[php]

<style id="jsbin-css">
.triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 45px 60px 45px;
  border-color: transparent transparent #000 transparent;
}
</style>

  <div class="triangle"></div>


我本人不会css 只能拼拼凑凑了 如果能支持这个功能就太好了 可以作为一个增强(enhance) 感觉对你来说是小菜 可以参考这个插件:

jquery proppver

@aui
Copy link
Owner

aui commented Dec 11, 2013

artDialog v6 已经实现!

@aui aui closed this as completed Dec 11, 2013
@yiqing-95
Copy link
Author

great !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants