} //更新動態視窗內顯示的內容 (要更新的內容) *此處為清單表格的原始碼* function UpdateDynamicWindow(UpdateHtmlCode) { if ($.trim(UpdateHtmlCode) == '') return; $('#__DynamicWindow').html(UpdateHtmlCode ('mouseover ...
www.dotblogs.com.tw