Hi,
I’ve solved in that way:
$('body').on('click', 'form i.fa-star, form i.fa-star-o', function() {
$('input.btn.btn-default.save-rating').trigger('click');
});
Thread Starter
Rula89
(@rula89)
I understand, so do you know any way to trigger the submit as I asked above?
I’m using the pro version.
Thank you so much.
Thread Starter
Rula89
(@rula89)
As I sad I bought the Pro version, and I’m so satisfied.
I’ve got another question, can I display all the ratings of a loged in user with relative name of the post/custom post?
Thank you.