How i get the first p of each div page inside the id book?

This not work
$('#book .page').each(function(index) {
 var first_paragraph = $(this + " p").eq(0);

<div id="book">
 <div class="page">
  <h1>xxxxxxx</h1>
  <p>cccccccc</p>
  <p>dddddd</p>
 </div>
 <div class="page">
  <h1>asdasdas</h1>
  <p>cccccccc</p>
  <p>tttttttt</p>
 </div>
 <div class="page">
  <h1>2222222</h1>
  <p>cccccccc</p>
 </div>

</div>


thx

--
Estoy usando la versión gratuita de SPAMfighter para usuarios privados.
Ha eliminado 2470 correos spam hasta la fecha.
Los usuarios de pago no tienen este mensaje en sus correos.
Obtenga SPAMfighter gratis aquí: http://www.spamfighter.com/les

Reply via email to