向不刷新页面的帖子添加“赞”按钮

发布于 2024-11-09 01:25:41 字数 250 浏览 0 评论 0原文

我正在尝试向我的 RoR 应用程序中的帖子添加一个“赞”按钮。我的两个模型是 PostLike

在我的网页上,我将把“赞”按钮放在“发布”按钮旁边,但是当用户单击“赞”按钮时,我希望请求在后台运行,而不必刷新页面。

有谁知道我可以做到这一点的简单方法,或者我可以在哪里了解更多有关如何做到这一点的信息?

我在 Rails 应用程序中使用 jQuery JavaScript 库。

I am trying to add a like button to a post in my RoR application. The two models I have are Post and Like.

On my webpage I am going to put the like button right next to the post button, but when users click the like button, I would like to have th request run in the background and not have to refresh the page.

Does anyone know of a simple way I could do this or where I can learn more about how to do it?

I am using the jQuery JavaScript library in my Rails application.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

油饼 2024-11-16 01:25:41

如果您使用 jQuery,则应该使用 jQuery.ajax() 方法,或者根据您的目的使用它的派生方法之一。它在后台运行,并且非常易于使用。

If you're using jQuery, you should use the jQuery.ajax() method, or one of it's deriviatives depending on your purposes. It runs in the background, and is very easy to use.

凉宸 2024-11-16 01:25:41

你可以在这里使用jquery的ajax

api

http://api.jquery.com/jQuery.ajax/

甚至这个

http://jqapi.com/#p=jQuery.ajax

You can use jquery's ajax

api here

http://api.jquery.com/jQuery.ajax/

or even this one

http://jqapi.com/#p=jQuery.ajax

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文