행사자료

삼성전자의 주요 사업내용을 소개해드립니다.

사업소개


※ Foundry 사업 소개자료는 5월 중 업데이트 예정

"); } } } }, heightMatchManager: { init: function (_parent) { this.opts = _parent.opts; this.heightCall = []; for (var prop in this.opts.heightMatchElements) { var _target = this.opts.heightMatchElements[prop]; this.heightCall.push( _parent.obj.find("li " + _target).projectHeightMatch({ changePointView: { DESKTOP: 3, MOBILE: 1, }, }) ); } }, reCallHeightMatch: function () { for (var prop in this.heightCall) { this.heightCall[prop].reInit(); } }, }, }; $.fn.irBusinessIntroductionPlugin = function (args) { var returnLengths = []; for (var i = 0, max = $(this).length; i < max; i++) { returnLengths.push(new win.irProject.businessIntroductionPlugin($(this).eq(i), args)); } return returnLengths; }; win.irProject.businessIntroduction = function (args) { this.opts = $.extend({}, args || {}); this.init(); }; win.irProject.businessIntroduction.prototype = { init: function () { this.setElements(); this.createOverviewDownload(); }, setElements: function () { this.obj = $(".ir-introduction__list"); }, createOverviewDownload: function () { this.obj.irBusinessIntroductionPlugin(); }, }; $(function () { var irBusinessIntroduction = new win.irProject.businessIntroduction(); }); })(window, window.jQuery, window.document); });

행사자료