Recommend this page to a friend! |
All requests | > | Extract div data or tags text from We... | > | Request new recommendation | > | Featured requests | > | No recommendations |
by Guilherme Soratto - 9 years ago (2015-01-02)
+1 | I need to extract the values that are in divs of the same class. I have only the name of the div class, for example, a list of div <div class = "event-id" /> and would like to get the values of all div with the "event-id" class, values of a specific tag inside the div or directly in it. |
0 | by Manuel Lemos 23700 - 9 years ago (2015-01-09) Comment This class can be used for extracting HTML nodes of elements that match a given CSS class using the getElementsByClassName function in PHP, just like you can use it in JavaScript. |
Recommend package | |
|