需要引用
$( "#dialog" ).dialog({
autoOpen: false,
width:"751",
height:"413",
modal:true, //弹出框背后的层不能点击
// title:"xxx",
buttons:{
"确定":function(){
$(this).dialog("close");
} ,
"取消":function(){
$(this).dialog("close");
}
}
});
$( "#opener" ).click(function() {
$( "#dialog" ).dialog( "open");
});
/*实现菜单栏的下拉隐藏和显示*/
$(".a_link").click( function(){
$(".ul_toggle").toggle();
});
jquery点击弹出提示框确认和取消 jquery弹出框样式大全
转载文章标签 jquery点击弹出提示框确认和取消 php和jquery ui弹出框 弹出框 数据 加载 文章分类 jQuery 前端开发
-
有趣的css - 提示文字跳起来的输入框
当输入框获取焦点准备输入时,让输入框内提示文字跳起来的交互效果。
css 动效设计 交互设计 ux/ui 输入框交互 -
jquery 确认弹出框 jquery确认提示框
noty 是一个很有用的 jQuery 插件,用于创建 alert, success, error and confirmation 信息提示框,替换浏览器标准的对话框。每个提醒都是添加队列并进行显示的。下载地址:https://github.com/needim/noty
jquery 确认弹出框 jquery plugin 提示框 github jQuery