Using ele.style.backgoundImage = '' ='none' in JS to cancel the background image is invalid. What method should be used to cancel the background image in JS?
世界只因有你2017-07-05 10:46:32
ele.style.backgroundImage='none'; After the page is loaded, execute $(function(){)};
typecho2017-07-05 10:46:32
ele.style.backgoundImage = 'none' is fine, no need to add an extra equal sign