Skip to content

Instantly share code, notes, and snippets.

@emmanuelflores
Created February 11, 2015 14:48
Show Gist options
  • Save emmanuelflores/77ef41b9a79392b2c472 to your computer and use it in GitHub Desktop.
Save emmanuelflores/77ef41b9a79392b2c472 to your computer and use it in GitHub Desktop.
var slider = json.result;
if(slider < 3100){
document.body.style.backgroundColor = "#AA0000";
}
else if (slider> 3101){
document.body.style.backgroundColor = "#008000";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment