Hey guys,
I wanted to implement this star rating script but I cant get the jquery to work. I uploaded the 2 .js files, the min.js file the .css file and the 3 pictures to my host account. Then I changed the path from jquery/...js to ...js.
Using the following code all the page displays is "Hi"
Anyone know if the script is still working?Code:<html> <head> <meta charset = "utf-8"> <link rel="stylesheet" href="jRating.jquery.css" /> <script type = "text/javascript" src ="jquery.js"></script> <script type = "text/javascript" src ="jRating.jquery.js"></script> <script type = "text/javascript"> $(function(){ $(".rating").jRating({ decimalLength: 1, rateMax: 5 }); }) </script> </head> <body> <div class="rating">Hi</div> </body> </html>
Thank you
Shibbs



Reply With Quote






Bookmarks