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

Implement function into js string variable

Here I have a code to show for on place a PHOTO,NAME,RATING in SIDE_bar but I only get first object, so I dont know what is wrong with this code: var rating=""; if (!!place.rating) ocene = raty({ score: place.rating, path:…
Marco Jordan
  • 147
  • 4
  • 12
0
votes
1 answer

Put all code in function

Here I have an example of how to create a 'side_bar' with javascript when I click on marker var side_bar_html = ""+place.name+"
"+…
Marco Jordan
  • 147
  • 4
  • 12
0
votes
1 answer

Jquery raty, second click - reload

I've created script where during click on star - record is send by ajax. And the reload action link, which reload love.raty. I wish to reload after second click on star, not on the run link. Any ideas? Thanks!
0
votes
1 answer

Get star rating from number using jquery

Here I have code to convert number(rating) into stars using http://wbotelhos.com/raty, http://wbotelhos.com/raty/lib/jquery.raty.min.js I create an jsfiddle: http://jsfiddle.net/3SXKe/4/ // mocking your supposed "place" variable var place = { name:…
Mark West
  • 269
  • 2
  • 5
  • 17
0
votes
1 answer

raty and jQuery.noConflict

I'm trying to integrate raty to running webapplication. For several reasons jquery is used with jQuery.noConflict. In this case $ is replaced by $j. The thing is I can't get it work with this $j. Here's what I'm doing (I have noticed that it's…
user1037839
0
votes
1 answer

How to call javascript on pagination and record select of Datatables?

I'm using Datatables to show data in tabular form. I'm using jQuery Raty library to show 5 stars in a column. The problem is: on the first page, the Raty library works (as the DOM element is present), but when I paginate, sort or select page size in…
LittleLebowski
  • 7,691
  • 13
  • 47
  • 72
0
votes
2 answers

asp.net jquery fadeout, change text and fadein smoothly

I am using jquery.raty framework to do rating system. I have 5 stars side by side, and next to the stars, I have a label saying "Please rate me". When user click one of the stars to rate, I want label to fade out, change text to "Thank you" and then…
Arif Yilmaz
  • 121
  • 2
  • 4
  • 14
0
votes
1 answer

jQuery Raty - First value is null passing from PHP

I am trying to use the jQuery raty plugin to display multiple ratings on the same page with a value stored in a php variable. The following is the code I am using: