add edo to pxgrid

  • /*
     * @title add edo to pxgrid
     * @description add edo to pxgrid
     * @include http://www.pxgrid.com/#corporate
     * @license MIT License
     * @require 
     */
    
    
    var html = [
    '<div class="item">',
    '<div class="img">',
    '<div><img src="http://a1.twimg.com/profile_images/1229469817/_____.jpeg" width="134" alt=""></div>',
    '<ul>',
    '<li>blog: <a href="http://css-eblog.com/">CSS_EBLOG</a></li>',
    '<li>Twitter <a href="http://twitter.com/hokaccha">@edo_m18</a></li>',
    '</ul>',
    '</div>',
    '<section class="text">',
    '<hgroup>',
    '<h3><ruby>比留間 和也<rp>(</rp><rt>ひるま かずや</rt><rp>)</rp></ruby></h3>',
    '<h4>フロントエンド・エンジニア</h4>',
    '</hgroup>',
    '<p>えどい、とにかくえどい</p>',
    '</section>',
    '</div>',
    ].join('');
    $('.mod-staffs').append(html);
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2011/03/25 15:40:51 - 2011-03-25