tags:

views:

33

answers:

3

rating

This is my URL , i am using jquery.ratings.js ,

But when i run the page , it saying

("#test-2").ratings is not function
+2  A: 

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 :)

Lazarus
Haha. Nice spot! +1
James Wiseman
can u please check again...
Bharanikumar
bcoz am working on live....
Bharanikumar
can some one tell me the exact reason please, why star not working for me
Bharanikumar
A: 

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/.

Cryo
i remove man ...but still error
Bharanikumar
A: 

problem fixed,.

The thing is, two time jquery.js called so that

Bharanikumar