Questions tagged [raty]

Raty is a plugin for JQuery that displays interactive star-ratings.

Raty is a plugin for JQuery that can be used to display star-rating controls. Its icons and hints can be customized.

The Raty plugin is 7K in size (minified), and licensed under the MIT license.

Usage and download:

102 questions
0
votes
0 answers

how to apply "jQuery Raty" to all rows of a TemplateField ( Item Template ) of Gridview in ASP.NET

I had tried to use "jQuery Raty" to populate stars to all rows of a specific TemplateField ( Item Template ) of Gridview in ASP.NET with following codes, but only the first row of the specific TemplateField ( Item Template ) were populated with 5…
user1188849
  • 107
  • 1
  • 12
0
votes
1 answer

jQuery Raty duplicates stars when going back and forward using browser's navigation

I have a question regarding jQuery Raty plugin. I have a page that lists posts for cars where every post has ratings 1-5. When I go to a specific car post and the go back to the page that show all cars posts using Back arrow in Chrome navigation…
Webbie
  • 537
  • 2
  • 10
  • 25
0
votes
0 answers

RatyJs Star Images not showing Rails 6 / Bootstrap 4

My Rails project doesn't show star images with Bootstrap Modal. But it shows all the images with the Bulma. Application.js import…
0
votes
0 answers

Rails 5 Star Rating jQuery Plugin Raty only showing star in first form in table

Hi guys I'm using Star Rating jQuery Plugin Raty to do some review / rating things. For now I'm having a list of data that need to be review, and then the ways to review would be in a boostrap modal box. But however, the rating star are only…
0
votes
2 answers

Rails 5 Star Rating jQuery Plugin Raty doesn't passing rating value

I'm newbie to rails, and I'm using Star Rating jQuery Plugin Raty to do some review / rating things. For now I'm having a list of data that need to be review, and then the ways to review would be in a boostrap modal box, as on picture below.…
0
votes
0 answers

jquery.raty stars in ruby on rails

I'm making a tutorial with Mackenzie child for building a movie review app and I got really stuck in the part to add the jquery.raty stars in my project. I'd be very thankful if you anyone could spot me a light on what to do to solve my problem as…
0
votes
0 answers

Ratings with Raty not showing up

So I am following a tutorial and using cloud 9 as my editor. When I run my program and submit a review. Mackenzie's (the person that made the tutorial) review form lets the viewer select stars as their rating. On the other hand, mine only allows the…
iiRosie1
  • 162
  • 2
  • 17
0
votes
2 answers

Rails app not showing raty js plugin

Getting these errors with raty js I am using Rails version 5.0 jquery.raty.self-628421be04f36f7a8fa8b9b884c6d7824d6f8bdeba4f172b131f15aa63f713e8.js?body=1:761 Uncaught ReferenceError: jQuery is not defined at…
Alex Virdee
  • 121
  • 11
0
votes
2 answers

Not displaying star rating on production (heroku)

I'm using the gem ratyrate, and locally it works fine, but in production it generates a 404 error of the images. Some solutions I found were these, but they do not…
0
votes
1 answer

How to highlight the selected custom icon with raty

Hello, I am using raty with the iconRange option and i am wondering how i can only highlight the selected custom icon. my code is $(".ratySmiley").raty({ starType: 'i', hints: ['bad', 'poor', 'regular', 'good', 'gorgeous'], iconRange:…
tomzi
  • 1,215
  • 1
  • 12
  • 23
0
votes
0 answers

RoR - Chartkick.js and Ratyrate (styling issues)

With some coding and getting the ratyrate to work into chartkick.js - there are very minimal tutorials regarding styling changes. The data is working into the bar graph as shown below; HTML Setup for display:
Biggztyle
  • 111
  • 1
  • 16
0
votes
1 answer

jquery raty require rating

I'm trying to figure out how to get the jquery Raty plugin required. Does anyone one know of an easy way just to make sure the user has clicked a star. if anyone need to see anyone part of code please ask me. I'm not to great with jquery yet so…
jakecolor
  • 41
  • 5
0
votes
0 answers

how do i get the total rating average with ratyrate?

I am having two issues, -Rating with the same user multiple times is creating and error -Calculating the total average is returning nil 186: test "Same user should not be able to submit multiple ratings for photo" do 187: user =…
fenec
  • 5,637
  • 10
  • 56
  • 82
0
votes
1 answer

Rateit or Raty in Info Window (Google Maps)

I am trying to implement a rating system inside the infowindow on Google Maps API version 3. I tried both Rateit and Raty and I coudn't make neither of them work. I tried this code here and it doesn't work for me: function initialize() { var…
Jean Phelippe
  • 332
  • 2
  • 11
0
votes
1 answer

I'm using raty.js star rating system, how do I show the equivalent integer value of star for my avg. rating?

The code below will show for example: Average Rating ** Based on 2 reviews So since it's average rating is 2 stars, how do I show the integer value "2"? So it will be like: ** 2

Average Rating

Jeramae Bohol
  • 185
  • 2
  • 14