Am having issue on how to use AJAX

Am having issue on how to use AJAX

sorry, this is what i have not the former

$(document).ready(function(){

load_timelines();

function load_timelines(){
$.post("disptimeline.php", function(data){
$('#main_article_frame').html(data);
});
}
}