Forum Discussion
programdoubts
13 years agoContributor
Hi smartbear Team/ Users,
Can you pls some one send me script to get the links only exist under specific div(panel) tag, its very urgent
Script required without any recording code, only descriptive code
i mean all the script need to be required using code
ex my page contains below code, now i want to get only the links under "firstDiv" tag only
<div id="firstDiv">
<a href="1"> 1 </a>
<a href="2"> 2 </a>
<a href="3"> 3 </a>
</div>
<div id="secondDiv">
<a href="1"> 1 </a>
<a href="2"> 2 </a>
<a href="3"> 3 </a>
</div>
thanks in advance
Can you pls some one send me script to get the links only exist under specific div(panel) tag, its very urgent
Script required without any recording code, only descriptive code
i mean all the script need to be required using code
ex my page contains below code, now i want to get only the links under "firstDiv" tag only
<div id="firstDiv">
<a href="1"> 1 </a>
<a href="2"> 2 </a>
<a href="3"> 3 </a>
</div>
<div id="secondDiv">
<a href="1"> 1 </a>
<a href="2"> 2 </a>
<a href="3"> 3 </a>
</div>
thanks in advance
Related Content
Recent Discussions
- 34 minutes ago
- 15 hours ago
- 7 days ago
- 10 days ago