here my code:
<div id="biography_name1">
<iframe id="Array___Frame" src="some_value" height="600" frameborder="0" width="100%" scrolling="no" >
<html>
<head></head>
<body>
<iframe src="some_value">
<div class="my_value"> GET THIS VALUE </div>
</iframe>
</body>
</html>
</iframe>
</div>
here i want to get class my_value values using jquery. how can i do?