Answers for "add style with jquery background image"

0

change background image with jquery

jQuery(document).ready(function($) {
    $('.bg-image').css("background-image", "url('myurl.jpg')");
});
Posted by: Guest on October-29-2020
0

jquery add style background-image

$('myObject').css('background-image', 'url(' + imageUrl + ')');
Posted by: Guest on August-09-2021

Code answers related to "add style with jquery background image"

Code answers related to "Javascript"

Browse Popular Code Answers by Language