If there's a .holla element, popup alert will be appear "Hello world, I'm alert"
$(".holla").each( function() { alert("Hello world, I'm alert"); });