[jQuery] Problem getting first paragraph
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16441" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>How i get the first p of each div page inside the
id book?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>This not work<BR>$('#book
.page').each(function(index) {<BR> var first_paragraph = $(this + "
p").eq(0);</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2><div id="book"><BR> <div
class="page"><BR> <h1>xxxxxxx</h1><BR> cccccccc
<BR> dddddd
<BR> </div><BR> <div
class="page"><BR> <h1>asdasdas</h1><BR> cccccccc
<BR> tttttttt
<BR> </div><BR> <div
class="page"><BR> <h1>2222222</h1><BR> cccccccc
<BR> </div></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2></div></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>thx</FONT></DIV><!-- SPAMfighter Signature -->
<hr>Estoy utilizando la versión gratuita de SPAMfighter para usuarios privados.<br />Ha eliminado 2470 correos spam hasta la fecha.<br />Los abonados no tienen este mensaje en sus correos.<br />¡Pruebe <a href="http://www.spamfighter.com/les">SPAMfighter</a> gratis ya!<br /></BODY></HTML>