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.
このコードをコントローラーにデータを送信するために使用していますが、birthDateなどのもう1つのパラメーターを渡したいのですが、以下の構文を使用して渡すにはどうすればよいですか?
jQuery( "#patient")。jqGrid('setGridParam'、{url: "totalPatientList.html?pid =" + $('#byId')。val()});
plzはすぐに私を助けます....
これはうまくいくはずです
jQuery("#patient").jqGrid('setGridParam', {url : "totalPatientList.html?pid=" + $('#byId').val() +"&birthDate="+$("#birthDateId").val() });