1
0

first layout

This commit is contained in:
Scott Chacon
2010-06-03 13:21:39 +02:00
parent 771f93c5c8
commit fb6240f8e9
8 changed files with 446 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
jQuery.githubUser = function(username, callback) {
jQuery.getJSON("http://github.com/api/v1/json/" + username + "?callback=?", callback);
}

19
javascripts/jquery.js vendored Normal file

File diff suppressed because one or more lines are too long