ì´ë 짧ì ììµì ì ëë¤.
ë¤ìí ë°©ë²ì¼ë¡ ê°ë¥í©ëë¤. ì´ë¤ ê°ë°ìë ì¼ë°ì ì¼ë¡ ìì ë¤ì ì¬ì©ì ì§ì í JS ì²ë¦¬ì ëë¶ë¶ì í기 ìíì¬ styles/custom.js (í¹ì styles/mytheme/custom.js) ì ì¬ì©í©ëë¤, ì´ë¬í 주 ì´ì ë ì¤í ë±ì ëíì¬ íì¸í기 ìíì¬ ì ì í í¸ì§ê¸°ë¥¼ ì¬ì©í (ëë s/ftp ë±ì íµíì¬ í¸ì§ì í ) ì ì기 ë문ì ëë¤
ëë ì¬ì©ì ì§ì í js pref 를 ì¬ì©í ì ììµëë¤: header_custom_js (ì´ë ì¤ì ë¡ js includes ë¤ì ëíë©ëë¤).
ì¬ê¸°ì, jQuery $.getScript ëª ë ¹ì´ë¥¼ ì¬ì©íì¬ ì¨ëíí° íì¼ë¤ì ë¡ëí ì ììµëë¤ - ë¤ìì²ë¼ íë©´ ë©ëë¤:
$(document).ready( function () { $.getScript("files/some-fancy-library-file.js", function () { // Add the code to execute once the library has loaded here // .... }); });
ì¶ê° ì ë³´: http://api.jquery.com/jQuery.getScript/