欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

重置表单,reset只是恢复初始值

程序员文章站 2022-04-04 12:17:53
...
$(document).on('click','.reset',function () {
            $(':input','#search-form').not(':button,:submit,:reset,:hidden').val('').removeAttr('checked').removeAttr('selected');
        })

 

相关标签: 前端页面类