提示框/确认框
jquery-confirm
- jquery-confirm中文网
- 简单用法
$.alert('Content here', 'Title here'); $.confirm('A message', 'Title is optional'); $.dialog('Just to let you know');
参考内容
首页 > 学习总览 > 开发语言 > JavaScript
$.alert('Content here', 'Title here');
$.confirm('A message', 'Title is optional');
$.dialog('Just to let you know');
首页 > 学习总览 > 开发语言 > JavaScript