fastadmin 日期搜索去掉搜索记录

fastadmin 日期搜索去掉搜索记录_第1张图片

 // fastadmin 日期搜索去掉搜索记录
	table.on('post-body.bs.table', function (e, settings, json, xhr) {
          $('.datetimerange').each(function () {
              $(this).attr('autocomplete', 'off');
          })
      });

你可能感兴趣的:(前端,jquery)