Apply Range for Class and ID in CSS
问题 I had created accordion layout using html and CSS . I will create many parent row in an loop using JavaScript , so i don't know the exact parent count to apply CSS. To went for range specification like [class*="tabb"] and [id*="tabb"] , MY try has been commented in the below code. As of now it not working as accordion way, its simply opens all parent row and I'm unable to collapse it again. Guys please help me out from this. My Try code: <!DOCTYPE html> <html lang="en"> <head> <meta charset=