jQuery:用于创建文本气球的小部件或插件
我需要创建一些包含文本消息的气球,类似于您在 BBS 或博客评论区域中看到的气球。
我不是在寻找工具提示小部件 - 每页会有几个,并且它们将始终显示。
我的要求:
如果可能的话,使用图像而不是
box-shadow
样式来投射阴影,以便与 IE 兼容。指向原始源的可视锚钉或箭头。
适合尺寸的内容。
可以包含标记。我需要在气球中添加按钮。
理想情况下,可以通过
.addClass
或类似方式应用。
I need to create some balloons that will contain text messages, similar to what you would see on a BBS or a blog comments area.
I am not looking for a tool-tips widget - There will be several per page and they will always be displayed.
My requirements:
Drop shadows, if possible, using images instead of the
box-shadow
style for compatibility with IE.Visual anchor pin or arrow to point to an origin source.
Size-to-fit contents.
Can contain markup. I need to have buttons in the balloons.
Ideally would be applied via
.addClass
or similar.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 jQuery qTips
Check out jQuery qTips