I cannot force jQuery.css () to accept the value of hsla (). Isn't that an acceptable format for conveying color values? This is what I tried:
// the below variable outputs a variable value with the following format // hsla(131, 10%, 100%, 1.0) var finalcolor = "hsla(" +colx +", " +coly +"%, " +"100%, " +"1.0)"; $('
source share