change background image with jquery

JavaScript
jQuery(document).ready(function($) {
    $('.bg-image').css("background-image", "url('myurl.jpg')");
});
Source

Also in JavaScript: