Posts Tagged Demo Download

Show and Hide with jquery

With jQuery, you can show and hide div. The implementation is really cool. With jQuery you can show and hide with various functions:

  • show(”fast”) , show(”slow”), show(400). The 400 is in mili seconds
  • hide(”fast”) , hide(”slow”), hide(400). The 400 is in mili seconds
  • slideUp()
  • slideDown()
  • slideToggle()
  • fadeIn()
  • fadeOut()

You can see the demo here and download the code here.

, , , , , , , , , ,

No Comments

Stop and play MARQUEE

This code will do a up down marquee and when your mouse hover at it, it will stop. When your mouse leave the marquee it will resume.

Here’s the demo.

Download the code here.

, , , , ,

No Comments