[jQuery] documentation
[jQuery] documentation
Hi!
Thanks a lot for this plugin!
I've started to explore star-rating plugin today and at this moment I
have two notices about the documentation which could be found at
http://www.fyneworks.com/jquery/star-rating/#tab-Overview.
Firslty, I think that it is not always easy to understand for every
example - step by step:
1) How HTML looked like before the script was implemented;
2) Which definite code we used for this example;
3) What do we have as a result;
These pieces of information are often situated too far from each
other.
Second
In API utilized this kind of code: $('input').rating
('readOnly',false);
But I believe there should be $('input').rating({readOnly: false}); -
this is the way I could make it work.
Best regards, Yugene