I have the following HTML:
<div> <a href="http://google.com"> Google </a></div>
I am using prototype library. I need to hide the div that has the link http://google.com with it. Thank you.
|
|
I have the following HTML:
I am using prototype library. I need to hide the div that has the link http://google.com with it. Thank you.
|
||
|
|
|
|
In Prototype:
|
||
|
|
|
|
Is jQuery available to you? If so, use the following code:
If the parent is not necessarily on the immediate next level in the DOM, use
However that might affect |
||
|
|
|
|
You could use a CSS to do this.
and then in a CSS do :
|
|||
|
|