Jack London
New member
- Joined
- Jul 9, 2012
- Messages
- 386
- Points
- 0
Make a hidden item on the page is very simple. If you are using jQuery you may use the show () method like this:
If you prefer, instead, use a visually more pleasing, you can use fadeIn () which will result in the ability to summon the element on the page with a fade:
Hope it's useful to you.!
Code:
$ ('# Element'). Show ();
Code:
$ ('# Element'). FadeIn ();