Hey there,
first of all i'm really new in jQuery Coding. so maybe it is just a simple problem.
i'm using the Star-Rating Plugin (http://www.fyneworks.com/jquery/star-rating/ ).
i get everything working like i want it. but now i have a problem:
when i update the div where the ratings are and add a new entry, the form will not be submitted anymore when i click on a star.
i'm using:
<script>
$('input[type=radio].auto-submit-star').rating();
</script>
to convert the radio buttons to the stars, that works fine. and hover + selection works too, but the form will not be submitted.
i guess maybe the problem is, that i have the the same "names" as before like
"sms1", "sms2", "sms3" -> and after adding a new entry -> "sms1", "sms2", "sms3", "sms4"
after updating the div.
i googled a lot but only found the problem with the old version, but i'm using the latest one...do i have to reset something? and when yes HOW ?
sorry for my bad English
kind reagards