Questions tagged as 'dom'

2
answers

Extract href from a table using PHP

I want to extract from a table in a Web page the content of this one plus the reference that each of them has, I already extract the table but I am missing how to get to the href tag, can you help me? This is the table: The co...
asked by 05.01.2017 / 15:57
2
answers

How can I know the value of an option within an input type select in HTML?

If I have this code. How can I know with JQuery or with DOM the value of, for example, the option of value 2? <select class="select" id="mySelect"> <option value="0">>HOLA</option> <option value="1">>...
asked by 08.11.2017 / 10:49