开发者

Are there any Ruby on Rails gems/jQuery plugins/tutorials that might help me implement this help system?

I'm building a web-app with quite a few complex features, and I'm trying to implement a way to help users as they learn to use it.

I'm thinking about having helper messages attached to certain html elements, which describe their function. These would appear by default. Whe开发者_开发问答n a user clicks on a message, it would disappear and never be shown again.

I will need a helper_message model in the database to store the data, with a user having many helper_messages. Then when a helper message is clicked on the page, use ajax to set the removed field on the helper_message to true. On page load, only load the helper messages that haven't been 'removed'.

As this seems like it might be a somewhat common system to implement, are there any Ruby on Rails gems/jQuery plugins/tutorials that cover similar ground to this?

Thanks for reading.


Cool idea and i must say i've played with the thoughts of using little tooltips to explain certain elements on some of my webapps to but never got to it. So i did some research when i had the idea and i found this niftly little Jquery script called Website tour. And for nice and clear / styleable flash[:notice] / flash[:error] messages i created a ruby on rails plugin with a colleage based on the gritter script. You can find it here. And here is a link to a nice scaleable tooltip called Poshy tip. Id love to see you're webapp when you are done with it / you implemented the tour/tooltip elements!.

I hope these scripts can help you reach you're goal/inspired you.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜