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?
擁有18年軟件開發(fā)和IT教學(xué)經(jīng)驗。曾任多家上市公司技術(shù)總監(jiān)、架構(gòu)師、項目經(jīng)理、高級軟件工程師等職務(wù)。 網(wǎng)絡(luò)人氣名人講師,...
ele.style.backgroundImage='none'; After the page is loaded, execute $(function(){)};
ele.style.backgoundImage = 'none' is fine, no need to add an extra equal sign