I have the following code:
<li id="toto" class="jstree-leaf"> <ins class="jstree-icon2"> </ins> <a class=""><ins class="jstree-icon2"> </ins>Story B</a> </li>
I need to change the tag class <ins> for a specific <li> . I need to access id <li> and then change the class of all the <ins> tags found inside it
I would appreciate it if someone could show me the right way to do this.
Thanks a lot.
tanya source share