eddysilvamendes / jquery-star-rating-plugin

Automatically exported from code.google.com/p/jquery-star-rating-plugin
0 stars 0 forks source link

Rating inactive on rewriting an element #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run attached html file in Mozilla/IE browser
2. Rating elemnts change and cancel option goes away
3. Clicking on rating doesnt work

What is the expected output? What do you see instead?
It should not throw an error and become inaffective.

What version of the product are you using? On what operating system?
jquery 1.2.6 and Star rating plugin 2.61

Please provide any additional information below.
Firebug shows following error:

elem.parentNode is null
children()()jquery.js (line 1259)
map()()jquery.js (line 1211)
contents()()jquery.js (line 1264)
(?)()()3DYR8yd%...e3Q%3D%3D (line 1)
(?)()()3DYR8yd%...e3Q%3D%3D (line 1)
handle()()jquery.js (line 2076)
(?)()()jquery.js (line 1858)
[Break on this error] siblings: function(elem){return
jQuery....ling(elem.parentNode.firstChild,elem);},

Original issue reported on code.google.com by akshar.dave on 7 Feb 2009 at 4:19

Attachments:

GoogleCodeExporter commented 8 years ago
The latest version of the plugin requires jQuery 1.3+ to run.
Earlier versions of jQuery are no longer supported

Original comment by diego.a...@gmail.com on 7 Feb 2009 at 5:57

GoogleCodeExporter commented 8 years ago
Thanks for your reply. I have tried same example with jquery v1.3 but same 
result.

Original comment by akshar.dave on 7 Feb 2009 at 6:06