hello folks.,
how to create unordered list dynamically using jquery? i read the image filepath(href and src) from xml file.
<ul>
<li><a href="images/test1.png"><img id="imageSlide" src="images/test1.png" alt="" /></a></li>
<li><a href="images/test2.png"><img id="imageSlide" src="images/test2.png" alt="" /></a></li>
</ul>
based on number of xmlnodes in xml file it should create unordered list..
thank you