product.productCategory = {
productCategoryId : $(’#category’).find(‘option’).not(
function() {
return !this.selected;
}).data(‘value’)
};
shop.shopCategory = {
shopCategoryId : $(’#shop-category’).find(‘option’).not(function() {
return !this.selected;
}).data(‘id’)
};
上网查说.data(‘value’)是获取值,那.data(‘id’)是为了获取id吗?为什么这俩个用的不一样
SSM商铺V1.0,解决毕设痛点;SpringBoot商铺V2.0,满足工作刚需
了解课程