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.
jqueryを介してdivをロードするim
$('#Detailvolunteer').load("http://localhost/../somepage.php")
ロード後、正常にロードされたにもかかわらず、divコンテンツが空になります。innerHTMLには何も表示されません。私が欲しいのは、データをチェックし、空の場合はdivを非表示にすることです。しかし、それは常に空を示しています。