Skip to content

Instantly share code, notes, and snippets.

@think2011
Created October 27, 2014 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save think2011/ab5d585a570f86ab0161 to your computer and use it in GitHub Desktop.
Save think2011/ab5d585a570f86ab0161 to your computer and use it in GitHub Desktop.
获取当前js文件的路径,需要写在文件顶部。
currentJSDir = do ->
js = document.scripts[document.scripts.length-1]
return js.src.substr 0, js.src.lastIndexOf '/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment