Change item element from listRepeater according to one of the database variables

If you would use the —> onItemReady()-method the right way → everything would work like expected!

WRONG!

$w("#box1").style.backgroundColor="#333333"

RIGHT!

$item("#box1").style.backgroundColor="#333333"