Closed GoogleCodeExporter closed 9 years ago
my suggest is to change this:
if ($.browser.msie)
to this:
if (typeof document.body.style.maxHeight === "undefined")
For me works but NOT fully tested.
or try to use new jQuery method $.support -> for IE 6 & 7 try this:
$.support.boxModel
more info:
http://api.jquery.com/jQuery.support/
Original comment by pa...@sixpoints.pl
on 30 Jan 2013 at 8:33
Fixed and released v4.
http://www.fyneworks.com/jquery/star-rating/
Original comment by diego.a...@gmail.com
on 18 Feb 2013 at 2:02
Original issue reported on code.google.com by
denniswo...@gmail.com
on 24 Jan 2013 at 2:17