I’m trying to do:
Decreasing the temperature values of the slider, I need that circle that represents the star gradually increase and change background color as this link: http://astro.unl.edu/naap/hr/animations/hrExplorer.html
But my code isn’t doing it…..See lines from $(“#s_tem”).slider({
See my code: http://jsfiddle.net/NxNXJ/19/
Thanks..
You are assigning the variable chosenColor values like: #597459745974
Which are not valid CSS color attributes.
[Edit] Here’s some code that should get you going: