-
Notifications
You must be signed in to change notification settings - Fork 589
New issue
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
A problem with including var and conditional functions in the function #571
Comments
Hi I fixed the problem with this code: ` $("#theme-manager-base-color-01").on("click",function()
But is there no solution to this problem without using this solution? Because the click function delays responding by one click until the colors appear |
Unfortunately, my solution was wrong, because I cannot use the second conditional function, the browser only recognizes the first function, and does not recognize the second function, because the library is loaded in the first condition, and it does not accept to be transferred to the second condition because it is loaded, so Is there no solution to this problem? |
Hi
JQuery version: 3.5.1
I have a simple problem: I cannot put var and conditional functions in the function of this library
My code:
` $("#change-color-04").spectrum({
what's the problem ?
The text was updated successfully, but these errors were encountered: