Thanks! you can do it in two ways, 1. you can use
and load the external content by using jquery $.ajax({url: "Foo.com ", type: 'GET', dataType: 'html', success: function(data){$('#content').html(data);}}); 2. you can use
Thanks! you can do it in two ways, 1. you can use