jQuery Github Widget
jQuery Github Widget 是一個(gè) jQuery 插件,可通過給定的 Github 用戶來顯示相應(yīng)的用戶信息和資料庫信息。
示例代碼:
<script src="jquery.min.js"></script>
<script src="jquery.github.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#some-element").github({
user: "joepettersson"
});
});
</script>評(píng)論
圖片
表情
