This is my URL , i am using jquery.ratings.js ,
But when i run the page , it saying
("#test-2").ratings is not function
This is my URL , i am using jquery.ratings.js ,
But when i run the page , it saying
("#test-2").ratings is not function
I wonder if this could be the reason (from the page source you linked to):
<!--<script src="star-rating/jquery.ratings.js"></script>-->
Generally commenting out the script tag to load the ratings plug-in will cause it not to work :)
The only reason I can think of for that function to not register is the previous JS error on the page: "AC_FL_RunContent is not defined". Changing your AC_RunActiveContent.js path from js/AC_RunActiveContent.js
to ../js/AC_RunActiveContent.js
should fix that. If that doesn't work you may want to try a different rating plugin, such as this one: http://www.fyneworks.com/jquery/star-rating/.