JavaScript
[jQuery] 템플릿에서 다른 함수 호출 하는 법
!function($) { /*------------------------------------------------------------------ CounSel Module -------------------------------------------------------------------*/ var CounSel = function() { var _this = this; } CounSel.prototype.add = function(_this) { _this.sendidx(); } CounSel.prototype.sendidx = function(_this) { } /*------------------------------------------------------------------ Init..
2021. 4. 21. 09:30
최근댓글