Was looking to add a note at the top of my webpage similar to this closing letter found here: http://cypher13.com/ I was curious if anyone knew about any javascript/jquery plugin that could achieve this effect? Something simple if possible. My javascript skills are a bit on the beginner side :) Thanks in advance!
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
closed as not constructive by josh3736, charlietfl, undefined, Colin, arttronics Jan 3 at 3:44
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Yes, you are right, it is HTML:
jQuery:
CSS:
Reference: http://api.jquery.com/slideToggle/ |
||||
|
|
|
You don't need a plugin for that: HTML:
JavaScript
Working example: http://jsfiddle.net/KusAk/ |
|||
|
|
