You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @javiertoledo ! I'm using bootstrap-rating-input in my project. Thanks for this awesome project.
I'm trying to update jquery to version 3+. I'm getting andSelf is not a function error in my browser.
I know that andSelf is deprecated in jquery 3+ versions, and is replaced by addBack.
I can see that you've already updated your repo here. But the npm package still has outdated andSelf function. I would be really glad if you publish your changes npm.
Thanks.
The text was updated successfully, but these errors were encountered:
Hey @javiertoledo ! I'm using
bootstrap-rating-input
in my project. Thanks for this awesome project.I'm trying to update jquery to version 3+. I'm getting
andSelf is not a function
error in my browser.I know that
andSelf
is deprecated in jquery 3+ versions, and is replaced byaddBack
.I can see that you've already updated your repo here. But the npm package still has outdated
andSelf
function. I would be really glad if you publish your changes npm.Thanks.
The text was updated successfully, but these errors were encountered: