最近搜索
没有最近搜索

Erik Metzler
已加入2021年5月28日
·
最后活动2021年10月27日
关注
0
关注者
0
活动总数
8
投票
0
订阅
1
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 Erik Metzler
Erik Metzler 进行了评论,
http://support.nonprofiteasy.com/hc/en-us/ Though I haven't published my work yet, waiting to get things right.
查看评论 · 已于 2015年6月15日 发布 · Erik Metzler
0
关注者
0
投票
0
评论
Erik Metzler 进行了评论,
Anytime. And I changed .hide() to .remove() for tidiness. But now I can't get the H3 header to center vertically. Any thoughts? I know it's more CSS than JS.
Am I missing something on the backend of these sections aside from good ol' Vertical-Align:middle?
查看评论 · 已于 2015年6月11日 发布 · Erik Metzler
0
关注者
0
投票
0
评论
Erik Metzler 进行了评论,
Nevermind. I figure it out once I found another article that set off the lightbulb
if( document.location.href.indexOf('section') == -1 ) {
var categories = $('ul.article-list');
$(categories).hide();
var more = $('.see-all-articles');
$(more).hide();
}
查看评论 · 已于 2015年6月10日 发布 · Erik Metzler
0
关注者
0
投票
0
评论
Erik Metzler 进行了评论,
I'm trying to do something a bit more extreme then others, and can't see where. I want to completely hide the section tree and See more link. I ONLY want the section title so they can click on that to get to the article list.
I found a way with the code above to hide the article list (but it's ugly to me) but I don't know how to hide the More link completely.
查看评论 · 已于 2015年6月10日 发布 · Erik Metzler
0
关注者
0
投票
0
评论