Zdobądź pierwszy element według nazwy klasy jQuery
// HazaaZOOZ - jquery - get first element by class name jquery
$(".popContent:first").html(); // its jquery not javascript
HazaaZOOZ