Suppose we use JSON API Tumblr well or any kind of flight. And when we get the value of photo-caption through jquery, we get the content of the records in this format:
<p id="name">Test</p><p id="date">01.01.2021</p><p id="about">Bla Bla Bla</p>
And further on Json there is another post with the same result:
<p id="name">Test 2</p><p id="date">02.01.2021</p><p id="about">Bla Bla Bla</p>
So how do we get the name values in a separate variable?