I am trying to change the background of an element using Javascript.
$(".el")[0].style.background = "#ff9900";
This works fin