<tutorialjinni.com/>

jQuery Remove Background Image

Posted Under: jQuery, Snippets on Feb 14, 2021
Code snippet to remove background image from div or any element in using jQuery.
$("#my_div").css('background-image', 'none');
See also jQuery Set Background Image


imgae