Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2分ごとに自分自身をリロードするページから3つのテーブルが必要です。PHPを使用して3つのテーブルを画面でスクレイプしました。これらの3つのテーブルを自分のページのdivに配置したいのですが、これを行うための最良の方法は何ですか?
3つのテーブルを別々のhtmlファイルとして保存してから、load()でロードするか、jsonまたは...を使用する必要がありますか?
最良の方法はjqueryget関数を使用することです
$.get(url [, data],function(data) { $("#element").html(data); },'html')