How should disabled
act?

前端 未结 2 549
耶瑟儿~
耶瑟儿~ 2020-12-20 16:35

I noticed the following bug when using $(selector).children().attr(\"disabled\", \"disabled\") where the children happened to contain a

2条回答
  •  一向
    一向 (楼主)
    2020-12-20 17:10

    There is no disabled attribute for the div element. So it should have no effect.

提交回复
热议问题