$(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>