Index: lams_tool_laqa/web/includes/javascript/jRating.jquery.js =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/includes/javascript/Attic/jRating.jquery.js,v diff -u -r1.1.2.1 -r1.1.2.2 --- lams_tool_laqa/web/includes/javascript/jRating.jquery.js 24 Feb 2011 14:22:42 -0000 1.1.2.1 +++ lams_tool_laqa/web/includes/javascript/jRating.jquery.js 28 Feb 2011 12:25:43 -0000 1.1.2.2 @@ -115,6 +115,9 @@ $average.width(0); }, mousemove : function(e){ + /** Very *important* hack to make jRating work with IE **/ + $("p.jRatingInfos").html("aa"); + var realOffsetLeft = findRealLeft(this); var relativeX = e.pageX - realOffsetLeft; if(opts.step) newWidth = Math.floor(relativeX/starWidth)*starWidth + starWidth;