Hola alguien sabe sobre Jquery Stars, despues del click. .q no permita votar nuevamente basado en el id del radio !!
Código:
@$html .= " \$(function(){\n";
@$html .= "\n";
@$html .= " // Tabs\n";
@$html .= " \$('#tabs').tabs(); \n";
@$html .= " \n";
@$html .= " \$('#radio').buttonset();\n";
@$html .= " \$('.auto-submit-star').rating({\n";
@$html .= " callback: function(value){\n";
@$html .= " \$.get(\"".setPathPlugin."angel2.php\", {rate: value}, function(data)\n";
@$html .= " {\n";
@$html .= " \$(\"#\"+value).html(data);\n";
@$html .= " });\n";
@$html .= " }\n";
@$html .= " });\n";
@$html .= " });\n";