「MediaWiki:Mobile.js」の版間の差分

編集の要約なし
(折り畳みボックスをオーバーレイ表示させる実験コード)
編集の要約なし
81行目: 81行目:
                 content = '';
                 content = '';
             options.heading = '<h2>' + title + '</h2>';
             options.heading = '<h2>' + title + '</h2>';
             options.table.find('> tbody > tr > td.navbox-list').each(function() {
             options.table.find('> tbody > tr > td').each(function() {
                 var $list = $(this),
                 var $td = $(this);
                    $group = $list.prev('.navbox-group');
                console.log($td.html());
                 content += $list.html();
                 content += '<p class="' + $td.attr('class') + '">' + $td.html() + '</p>';
             });
             });
             options.content = content;
             options.content = content;
user-upload
3,547

回編集