eddysilvamendes / jquery-star-rating-plugin

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

cancel rating button does not work with auto-submit-stars #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm trying to implement auto submit rating stars. It works fine for stars
but when I try to cancel the rating it does submit the form to wrong URL,
namely to current page URL instead of form action. The trouble is that
callback function recieves wrong 'this' parameter when cancel rating button
is clicked. I expected to use this.form.submit() to cancel ratings using
form action URL, instead the current page was reloaded.

PLUGIN VERSION: 3.12
JQUERY VERSION: 1.3.1

On what browser(s) or operating system?
BROWSER(S): Firefox 2, 3

Thanks for maintaining this plugin.
Best, 
Nikita 

Original issue reported on code.google.com by bopl...@gmail.com on 2 Jun 2009 at 11:00

GoogleCodeExporter commented 8 years ago

Original comment by diego.a...@gmail.com on 23 Feb 2013 at 5:12