$(function(){ $("#mainList").attr("src","此處填寫上述iframe的src");
標準格式描述:id爲xxIframe,src爲${webRoot}/xxController.do?list或是xxController.do?list,這個xx兩處需保持一致。 代碼示例:jquery
<div title="支付條款" data-options="closable:false" style="overflow:hidden;"> <iframe id="pmsPayPlanIframe" src="${webRoot}/pmsPayPlanController.do?list"> </iframe> </div>
<select id="contractFrameActived" style="display:none"> <option value="pmsPayPlan" data-src="${webRoot}/pmsPayPlanController.do?list"></option> </select>