how to remove a div wid same ids but display='block' and display='none' in JAVascript
Posted
by vakas
on Stack Overflow
See other posts from Stack Overflow
or by vakas
Published on 2010-04-21T13:13:22Z
Indexed on
2010/04/21
13:23 UTC
Read the original article
Hit count: 254
JavaScript
i have more than 1 divs wid same ids but one has diplay='block' and others have display='none' i want to delete all the divs dat have display='none'
kindly tell the easiest way
© Stack Overflow or respective owner