From 37e1ebf379217ca54cd8d41d3d131e8125e48a57 Mon Sep 17 00:00:00 2001 From: Songhun Date: Sun, 6 May 2012 14:25:38 +0900 Subject: [PATCH] Added some reference links about javascript and jQuery --- Korean/Reference_KR.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Korean/Reference_KR.md b/Korean/Reference_KR.md index 0a7f9ee..86c6453 100644 --- a/Korean/Reference_KR.md +++ b/Korean/Reference_KR.md @@ -23,8 +23,20 @@ * Ext JS * Dojo * Java와 Javascript는 Car와 Carpet의 차이와 비슷하다고 할 수 있습니다. +* [Undeclared, Undefined, Null in JavaScript](http://constc.blogspot.com/2008/07/undeclared-undefined-null-in-javascript.html) +* [Naver Developer에서 제공 되는 Closure설명](http://dev.naver.com/tech/ajaxui/ajaxui_2.php#a_2_2) +* [Javascript anonymous functions](http://helephant.com/2008/08/23/javascript-anonymous-functions/) + * [Pro Javascript Techniques(3): Anonymous Functions(한글)](http://happyzoo.tistory.com/124) + +##jQuery에 대한 참고 +* jQeury들의 거의 모든 method들은 jQuery object를 돌려주도록 되어있습니다. + * 이 특성으로 인해 같은 scope에서 일어나는 거의 모든 method들을 연결하여 정의를 할 수 가 있습니다. + * Paul Irish 가 작성한 [블로그](http://paulirish.com/2008/sequentially-chain-your-callbacks-in-jquery-two-ways/) 를 참고하시면 좋을 듯 합니다. +* [.end()](http://api.jquery.com/end/) +* [Namesapced Events](http://docs.jquery.com/Namespaced_Events) +* [Effect queue()](http://api.jquery.com/queue/) + * [Understanding jQuery Effects Queue](http://blog.bigbinary.com/2010/02/02/understanding-jquery-effects-queue.html) -##jQuery의 참고 ##CSS 참고