ajrating and new jquery 1.2.1 issues? 2007/10/08 16:23
Karma: 0  
Hi there it seems that since I installed the new jquery for clexus and fireboard 1.2.1, ajrating is not working anymore. Is there something you can do? ( I tried adding the new jquery in ajrating mambot but it didn't work). Indeed, this new jquery is compatible with mootools which is used more and more so I think it would be interesting to update ajrating. thanks for your help
Post edited by: dartagnan32, at: 2007/10/08 16:42
The administrator has disabled public write access.
#2320
admin(Admin)
Admin
Posts: 840
Re:ajrating and new jquery 1.2.1 issues? 2007/10/08 19:55
Karma: 19  
Hi Some of the jquery plugin do not work with the new version so I was waiting for things to get better before I try to see if jq1.2 should be one I use for all the addons. Thanks for telling me about the issue with ajrating. I am so tight with my schedule with new job that inspite of my efforts I am not finding enough time and peace of mind to work on coding stuff. If it is not having issue s with mootools, well that is one strong incentive for me to work on it. thanks again but unfortunately I have no ready solution for your problem
The administrator has disabled public write access.
#2324
admin(Admin)
Admin
Posts: 840
Re:ajrating and new jquery 1.2.1 issues? 2007/10/08 20:52
Karma: 19  
Ok found the solution. The new version of jQuery has a change in the way you traverse the Dome on css selectors. Instead of using a / it uses a space now. So here is the solution find the following lines that uses this / to traverse the dome and replace it with space. there are two places that you would need to do it
jQuery('div.rating img').mouseover(function(){
and
jQuery('div.rating img').click(function(){
and ofcourse you have to replace the library to 1.2.1.
Let me know if that works. I checked it on my test site and it works.
The administrator has disabled public write access.