We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jquery-confirm version: v3.3.4
I'm submitting a ... (check one with "x") [ ] bug report [ ] feature request [x] support request
Can I use jquery-confirm to make rating stars work, or any equivalent of rating? Similar to the link below: https://codepen.io/mmoradi08/pen/yLyYrGg
Thanks Thomas
The text was updated successfully, but these errors were encountered:
It's already working If it suits someone, they write the code below
`$('.btnRating').on('click', function(){ var lid = $(this).data('id'); var valrat;
$.confirm({ title: 'Rating', content: '
God luck
Sorry, something went wrong.
No branches or pull requests
jquery-confirm version:
v3.3.4
I'm submitting a ... (check one with "x")
[ ] bug report
[ ] feature request
[x] support request
Can I use jquery-confirm to make rating stars work, or any equivalent of rating?
Similar to the link below:
https://codepen.io/mmoradi08/pen/yLyYrGg
Thanks
Thomas
The text was updated successfully, but these errors were encountered: