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
Commenting out this part of code, all is working fine. It would be nice if you add an option to opt-out jquery combining the check of this new option with the if($). Alternatively I don't know if there's a better way to check if the initializations start in jquery style or not.
The text was updated successfully, but these errors were encountered:
I'm trying to use radialIndicator without jquery in a project where jquery is used for other purpose and I get this error:
Inspecting the error I found that the problem is here:
Commenting out this part of code, all is working fine. It would be nice if you add an option to opt-out jquery combining the check of this new option with the
if($)
. Alternatively I don't know if there's a better way to check if the initializations start in jquery style or not.The text was updated successfully, but these errors were encountered: