I have a page that contains a number of nested <div> tags within a main <div>.
Is there any way of accessing the collection of div's that are within <maindiv> and iterating across the collection, rather than having to hard code them into my page, which reduces reusability!
K
Is there any way of accessing the collection of div's that are within <maindiv> and iterating across the collection, rather than having to hard code them into my page, which reduces reusability!
K