$.ajax({ url:"./index_test.html", success:function(data){ $(".control-bar").html(data); } })