$(document).ready(function($) { $(function() { $("#id_where_to_insert").load("my_file_html.html"); }); });