I'm trying to fill the div container with square boxes. Why doesn't this line work? I can't seem to change the height and width of my div #gridSquare
.
$('#gridSquare').css({"height": "38.4", "width": "38.4"});
I'm linking the fiddle with the rest of my code.
Thank you for reading!
What I ultimately want to do is use the squareSide variable to set the hight and width.