标签:io ar color sp on cti bs html amp
$(function () {
$(".search-button").click(function () {
$("#industryVal").val("");
$("#colorsVal").val("");
$("#orderByVal").val("");
$("#orderIndexVal").val("");
//还原排序方式
$(‘.change-nav span‘).each(function () {
if ($(this).hasClass(‘mr-px‘)) {
return;
}
$(this).removeClass(‘colorf60‘).attr(‘data-id‘, 2).find(‘i‘).html(‘‘);
})
})
})
标签:io ar color sp on cti bs html amp
原文地址:http://www.cnblogs.com/rukialu/p/4120253.html