eddysilvamendes / jquery-star-rating-plugin

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

Mix two option #95

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

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