JavaScript this.checked

前端 未结 4 1585
你的背包
你的背包 2021-01-05 09:45

In JavaScript, if we write the following for example:

var c = this.checked;

What is checked here? Is it just a state

4条回答
  •  醉话见心
    2021-01-05 10:31

    Is it just a state that tells us if a checkbox for example is checked or not? So, can we use it to check that the checkbox is also not checked?

    Yes and yes

提交回复
热议问题