get inline style background image url using jquery code example
Example: jquery set style background image
$('myObject').css('background-image', 'url(' + imageUrl + ')');
$('myObject').css('background-image', 'url(' + imageUrl + ')');