Skip to content

Instantly share code, notes, and snippets.

@JDMcKinstry
Created March 5, 2012 23:46
Show Gist options
  • Save JDMcKinstry/1982135 to your computer and use it in GitHub Desktop.
Save JDMcKinstry/1982135 to your computer and use it in GitHub Desktop.
$.myURL("images", "somePic.png") // = http://spyk3lc.blogspot.com/images/somePic.png
// Keep in mind this works for any directory ...
$.myURL("someDir") // = http://spyk3lc.blogspot.com/someDir/
// .. and it's content
$.myURL("someDir", "someContent.xx") // = http://spyk3lc.blogspot.com/someDir/someContent.xx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment