These questions have been popping up all over the web with little response.
I've added some CSS in jQuery like this:
$('#object').css('background-image', 'url(../../Content/Images/green-tick.png)');
This works in all browsers except for Safari.
Does anyone know why? Most answers I've found suggest using
'background-image'
(Note: These answers or guides are often not found on stackoverflow)
Unfortunately, I can't debug the browser since I'm only testing this on an iPad.
Thank you for your assistance.