Friday, September 23, 2011

Daily Question: How to hide an item in HTML/CSS?

How to hide an item with CSS?

Answer:

 1.Use ""display: none;"

2. If Jquery is  used.
$('.target').hide();

No comments:

Post a Comment