i wonder what is the problem of my code.
i cant combine two option
$('.star').rating({
required: 'hide',
callback: function(value, link){
var form_data = {
rating: value
};
$.ajax({
type: 'POST',
url: 'http://localhost/c',
data: form_data,
success: function(){
}
});
}
});
Original issue reported on code.google.com by sinzman...@gmail.com on 22 Mar 2012 at 8:01
Original issue reported on code.google.com by
sinzman...@gmail.com
on 22 Mar 2012 at 8:01