Bump
On Dec 7, 11:23 pm, Philip Garrett <phi...@pastemagazine.com> wrote: > Hi, > > I'm using the latest available version of the star rating plugin from > fyneworks (http://www.fyneworks.com/jquery/star-rating/) with jQuery > 1.2.6. > > I'm having a few problems when using the star ratings with ajax. My > ajax form actually replaces the div that contains the stars widget > with a fresh one that represents the changed rating. > > After replacing the widget with $("#container").html(...), these > problems start: > 1. The cancel button disappears > 2. Mouseovers on the stars stop working until you click another star > 3. Mouseovers get stuck (especially when mousing off rightwards) > 4. This error will eventually happen: 'elem.parentNode is > null' [jquery-1.2.6.js (line 1259)] > > I've put together a quick example of the problems > here:http://www.pgarrett.net/stars/ > > Any help you can offer is appreciated. > > Thanks, > Philip