GB_001 Posted October 29, 2010 Share Posted October 29, 2010 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 Link to comment Share on other sites More sharing options...
Adam Posted October 29, 2010 Share Posted October 29, 2010 Can you describe this a little clearer please? In what way do you mean hide it (CSS wise)? Quote Link to comment Share on other sites More sharing options...
GB_001 Posted October 29, 2010 Author Share Posted October 29, 2010 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". Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.