Hi guys,
Let's say, I have the following HTML:
[code lang="html"]
<div id="detail_1"></div>
<div id="detail_2"></div>
<div id="detail_3"></div>
<div id="detail_4"></div>
<div id="detail_5"></div>
<div id="detail_6"></div>
<div id="detail_7"></div>
.
.
.
[/code]
Because, that detail is automatically generated and came between 0 to 10 (depending on what category I choose). How do I add add class to all of this in a simpler way? Is there mwl function I can use?

Reply With Quote

