jQuery Github Widget

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-06 14:57:28

软件介绍

jQuery Github Widget 是一个 jQuery 插件,可通过给定的 Github 用户来显示相应的用户信息和资料库信息。

示例代码:

<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>

本文地址:https://codercto.com/soft/d/22792.html

Rapid Web Applications with TurboGears

Rapid Web Applications with TurboGears

Mark Ramm、Kevin Dangoor、Gigi Sayfan / Prentice Hall PTR / 2006-11-07 / USD 44.99

"Dear PHP, It's over between us. You can keep the kitchen sink, but I want my MVC. With TurboGears, I was able to shed the most heinous FileMaker Pro legacy 'solu-tion' imaginable. It has relationshi......一起来看看 《Rapid Web Applications with TurboGears》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试