emoz41

Results 2 comments of emoz41

Hi I fixed the problem with this code: ` $("#theme-manager-base-color-01").on("click",function() { checkOptionSelect = $("p").filter("#theme-manager-theme-list-result").text() checkOption01 = $("p").filter("#option-change-themes-01").text() checkOption02 = $(document).find("#option-change-themes-02").text() if( checkOptionSelect === checkOption01 ) { $("#change-color-04").spectrum({ // ضبط اساسيات...

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...