I am trying to load a div of my php page by using a code
$('#show_contractor').load('display_cont.php');
But, I can't able to load and during running that whole div table data are invisible. After refreshing the whole page only, i will get the data. Can you people help me? Thanks in advance.