向首次网站访问者显示有用提示的最佳方式 RoR/Jquery
我正在寻找一些建议来为首次网站访问者显示工具提示/动画。对 Rails 或 jquery 的现有插件有什么建议吗?我在那里找不到任何教程或示例。谢谢!
I'm looking for some advice to show tooltips/animations for first time site visitors. Any recommendations for existing plugins either for rails or jquery? I couldn't find any tutorials or examples out there. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须使用 cookie 来确定这是否是有人第一次访问您的网站。
签出 http://www.dynamicdrive.com/forums/showthread.php?t= 37905。
您还可以将它与一些不错的插件集成以获得更好的用户界面。看看 http://code.google.com/p/submodal/ 看起来不错!
更新:在 http://bignosebird.com/js/h24.shtml 找到另一个工作示例
You have to use cookies to find out if this is the first time someone visits your site.
checkout http://www.dynamicdrive.com/forums/showthread.php?t=37905.
Also you can integrate it with some nice plugins for better UI. check out http://code.google.com/p/submodal/ It looks nice!
UPDATE: Found another working sample at http://bignosebird.com/js/h24.shtml