Hi what i'm trying to do is add a class to a div with specific name attribute, for example i have a div like this.
<div class="box" name="box-1"></div>
<div class="box" name="box-2"></div>
now how to add a class to that div with that attribute, i mean add class to a div with name attribute of box-1, how can i do that?