I wanted to do
$('.place').css('background', 'url(open.png) left top no-repeat, url(close.png) bottom right no-repeat');
However jquery doesnt like the ','. Making it two lines has the 2nd css replace the css on the first line. How do i set the css so it will have both open and close background image?