微件:Mpstyle:修订间差异
无编辑摘要 |
无编辑摘要 标签:移动版编辑 移动版网页编辑 |
||
| 第7行: | 第7行: | ||
console.log("mobile menu exists"); | console.log("mobile menu exists"); | ||
$('.menu ul:first').after( | $('.menu ul:first').after( | ||
<ul id="p-otherlink" class="toggle-list__list"> | |||
<li class="toggle-list-item"> | <li class="toggle-list-item"> | ||
<a class="toggle-list-item__anchor menu__item--link1" href="https://discuss.jjjstudent.com" data-mw="interface"> | <a class="toggle-list-item__anchor menu__item--link1" href="https://discuss.jjjstudent.com" data-mw="interface"> | ||
| 第20行: | 第20行: | ||
</a> | </a> | ||
</li> | </li> | ||
</ul> | </ul> | ||
); | ); | ||
}; | }; | ||
</script> | </script> | ||