begin29,
<html>
<head>
<title>Untitled</title>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script>
(function ($)
{
$(function ()
{
alert($("#ulogin #child").text());
}
)
}
)(jQuery)
</script>
</head>
<body>
<div id="ulogin">
<html>
<head></head>
<body>
<a id="child">test</a>
</body>
</html>
</div>
</body>
</html>