Math, asked by sonu9768, 1 year ago

I want to delete the selected element (class) using javascript.
Please help me​

Attachments:

Anonymous: sent
sonu9768: send u r wtsp number
sonu9768: 9.9.9.9.9.9.9.9.9.9
sonu9768: send it like this
sonu9768: because u r unable to share num on brainly
Anonymous: i don't wanna share my number bro.
sonu9768: ok
Anonymous: i send you msg in inbox... if you have any doubt you can inbox me there.
Anonymous: sent*
sonu9768: tnq

Answers

Answered by Anonymous
1

Hi

To remove class of selected element all you have to do is

document.querySelector(".player-size").classList.remove("player-size");


Anonymous: it should work now, check again
Similar questions