TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

JQuery Accordion: The missing responsive, CSS powered accordion plugin

24 pointsby vctrfrnndzalmost 11 years ago

8 comments

markdownalmost 11 years ago
Hello 2011.<p>Using CSS for animation has been standard practice for 2 or 3 years now, and there have been CSS-only (no JS) accordions and tabs for yonks as well.
评论 #8089817 未加载
评论 #8088439 未加载
prayerslayeralmost 11 years ago
Maybe I misunderstand the issue, but... Well, everything is responsive at 100% width, right?
评论 #8088438 未加载
josefdlangealmost 11 years ago
When connecting to your web page via HTTPS it attempts to load JQuery via HTTP and FireFox cowers in fear of XSS attempts. Don&#x27;t do that.
Sephralmost 11 years ago
Use the relative protocol (&#x2F;&#x2F;) instead of http: for your jQuery script include, so HTTPS everywhere doesn&#x27;t break your demo site.
thathonkeyalmost 11 years ago
Sorry but this is not very impressive.
ddebernardyalmost 11 years ago
Doesn&#x27;t work on iPad... (1st gen)
评论 #8088124 未加载
Edd314159almost 11 years ago
Forgive my ignorance of terms, but how is this &quot;CSS-powered&quot; if it&#x27;s a jQuery plugin?
评论 #8087709 未加载
评论 #8087667 未加载
naileralmost 11 years ago
A plain JS fork would be useful.