Filtration after selection of left side content

I’m confused by your question. Are you referring to in jQuery where you can do something like this:

$('#left-sidebar').find('.section')

Something like that selects the left sidebar of the DOM and then further filters that to all the elements with the section class occurring within the left sidebar.

That’s the only thing I can think of you meaning, but you tagged this topic codeigniter.

Let me know how I can help.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.