Resetting a multi-stage form with jQuery

前端 未结 30 2018
谎友^
谎友^ 2020-11-22 00:58

I have a form with a standard reset button coded thusly:


Trouble i

30条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-22 01:20

    $(this).closest('form').find('input,textarea,select').not(':image').prop('disabled', true);
    

提交回复
热议问题