所属分类: 网页特效-弹出层 2023-07-31 05:35:02
var options = { type: 'info', title: 'Info', body: '<p>This is a simple info modal. You can insert html markup also.</p>', width: 400, height: 280, closeOnTimer: true, }; $().timedDialog(options);