ntfc.param.downList = [];
ntfc.param.downList = $.grep(ntfc.param.downList, function (item) {
return item.atchmnflSn.toString() !== atchDtaSn.toString();
});
ntfc.param.downList에 return 이 true인것만 남고 false인것은 제외된다.
'develop > java script' 카테고리의 다른 글
js 테이블 병합 (0) | 2020.06.18 |
---|---|
ES6 (0) | 2020.05.25 |
ajax 패턴 (0) | 2018.12.20 |
Google javascript style guide (0) | 2018.04.05 |
api ajax script (0) | 2018.02.28 |