$("#").on("click",function () {
$("#").load('', function () {
$(".").on("click",function(event) {
event.preventDefault();
var data = $(this);
$.ajax({
.........etc
jquery の .load 内で $.ajax 関数を使用できますか、またはこれを処理するためのより良い方法はありますか?