gpt4 book ai didi

jquery - 使用带有 rails 4.0 脚手架形式的 Raty jquery 插件

转载 作者:数据小太阳 更新时间:2023-10-29 08:38:04 26 4
gpt4 key购买 nike

我正在尝试使用 Raty在我的 Rails 中使用 <script>$('#default').raty();</script> 形成“评论” .出现“1 2 3 4 5”而不是实际的星星。我的 jquery.raty.js 文件在 apps/assets/javascripts 中,星星图像在 apps/assets/javascripts/images 中。当我将鼠标悬停在一个数字上时,控制台显示:

Started GET "/reviews/star-off.png" for 127.0.0.1 at 2014-03-17 17:50:04 -0400 Processing by ReviewsController#show as PNG Parameters: {"id"=>"star-off"} Review Load (2.8ms) SELECT "reviews".* FROM "reviews" WHERE "reviews"."id" = $1 LIMIT 1 [["id", "star-off"]] Completed 404 Not Found in 5ms ActiveRecord::RecordNotFound (Couldn't find Review with id=star-off): app/controllers/reviews_controller.rb:67:in `set_review'

看起来它正试图将图像作为评论 Controller 的一部分...但它实际上只是 jquery 插件的图像。有没有人有什么建议?谢谢

最佳答案

如果有帮助,我必须执行以下操作才能使其正常工作:

$('#star').raty({
starOn: '<%= image_path('star-on.png') %>',
starOff: '<%= image_path('star-off.png') %>',
path: '',
scoreName: 'star',
space: true
});

关于jquery - 使用带有 rails 4.0 脚手架形式的 Raty jquery 插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22466345/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com