I want to have the text value from a inside a element.
html:
Use jQuery:
$("li").find("p").html()
should work.