how to remove css property using javascript?

前端 未结 10 1737
醉话见心
醉话见心 2020-11-27 12:46

is it possible to remove a CSS property of an element using JavaScript ? e.g. I have div.style.zoom = 1.2, now i want to remove the zoom property through JavaS

10条回答
提交回复
热议问题