i write following code
<script type="text/javascript">
$(document).ready(function() {
$('#disp').load('index.php', function(){
$('#lobar').hide();
});
});
</script>
what i need to load index.php on page load in to div named: dis
Thanks