Jump to content

Hide everything below Div within container.


GB_001

Recommended Posts

Hi, how would I go about Hiding everything below div within a container div?

 

example:

 

<div>Container
<div>Stuff</div>
<div>stuff2</div>
<div>stuff3</div>
</div>

 

How would I be able to hide everything below "Stuff" and apply it to any other div of the same type universally?

Preferably using Jquery.

 

Thankyou,

-GB.

  Quote

Can you describe this a little clearer please? In what way do you mean hide it (CSS wise)?

 

Basically I'm trying to apply hiding everything under "Stuff" using javascript to manipulate the dom too change them to  display:none. I want to how to do this universally cause different containers have different number of divs under "stuff".

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.