jQuery Ajax Sample ...
jQuery의 Ajax 호출 방식은 Prototype 과 유사, Attribute 가져오는것도 비슷. CSS는 아직,, var CodeSetting = function(code , name){ this.settingOpenWindows(code , name); }; CodeSetting.prototype = { settingOpenWindows : function(code , name){ this.duplictionCheck(code, name); //셋팅 됬으면 윈도우 종료 //this.closeWindow(); } , closeWindow : function(){ window.close(); }, duplictionCheck : function (code , name ){ var url = "/emp..
2011. 11. 18.