Skip to content

Commit

Permalink
Merge pull request #14 from montrezorro/master
Browse files Browse the repository at this point in the history
function setValue dosn't works!
  • Loading branch information
ripter committed Jul 26, 2012
2 parents 5fb42c7 + b3ce94d commit 6c7fe19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.rating.js
Expand Up @@ -114,7 +114,7 @@
//Set a new target and let the method know the select has already changed.
var evt = {"target": null, "data": {}};

evt.target = $(".ui-rating-star[title="+ value +"]", container);
evt.target = $(".ui-rating-star[value="+ value +"]", container);
evt.data.selectBox = selectBox;
evt.data.hasChanged = true;
methods.click(evt);
Expand Down

0 comments on commit 6c7fe19

Please sign in to comment.