0

バージョン 4.8.0 では無料のグリッド

updatedate()を呼び出すと、次のエラーが表示されます: TypeError: p is undefined and the problem is at line

jQuery("#100").jqGrid('clearGridData',true);

function updatedate(){
  dela=$("#listdela").val();
  panala=$("#listpanala").val();
  jQuery("#100").jqGrid('clearGridData',true);
	$.ajax({
			type: "POST",
			dataType: "json",
			url: "<?php echo JS_MODUL_PATH?>s_100.php",
			data: "q=6&dela="+dela+"&panala="+panala,
			success: function (json) {
             jQuery("#100").jqGrid('setGridParam',{datatype:'json',loadui:'enable',url:"s_100.php?q=1",page:1}).trigger("reloadGrid");
             setTimeout(function() { eval(json.mesaj);  },timpout+800);
  		},
			error: function (data) {
         eroare(true,eroareatn,eroaremsg);  return false;
			}
		}); // ajax
}// function updatedate

4

0 に答える 0