Can I scrapping an HTML code snippet on browser
I have an HTML code block. How can I scrapping on browser this snippet with pure JS or JQuery?
Here is my code:
- New York
- London
- Madrid
- Paris
The result I expected is:
New York, London, Madrid, Paris
I don't need to get a website's HTML document. I already have many blocks. I just want to client-side scrap these blocks.