I am trying to show some part of webpage in Jquery fancybox. The target webpage is same as the parent webpage. Whole page can be easily displayed in a fancy box but how can I show some part in Jquery fancy box.
Jquery i am using is
<script>
$(document).ready(function(){
$('#open').fancybox({});
});
</script>
and html is
<a id='open' class='iframe' href='/webpage/fancybox.html'>Click here</a>