Zebra_Dialog是一个可灵活配置的对话框jQuery插件,大小只有4KB,要求jQuery 1.5.2+支持。可用于替换JavaScript原始的“alert” 和“confirmation”对话框。这个插件使用jQuery Plugin Boilerplate构建。 特性: 拥有漂亮外观 提供5种类型的对话框confirmation、information、warning、error和question; 易于定制,可以通过CSS改变...
为了确保 Zebra_Dialog 的正常运行,首先需要在项目中引入 jQuery 库。例如,在 HTML 文件的 `<head>` 部分加入以下代码: ```html <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> ``` 接下来,下载 Zebra_Dialog 的压缩文件,并将其解压。将解压后的 `zebra_dialog.js` 文件放置...
website:https://github.com/stefangabos/Zebra_Dialog/ 截止目前为止,该项目已经一年多没有人维护了。 1.加载 <!--link rel="stylesheet" href="public/css/reset.css" type="text/css"--><linkrel="stylesheet"href="public/css/flat/zebra_dialog.css"type="text/css"><!--link rel="stylesheet" hr...
$(document).ready(function(){// show a dialog box when clicking on an element$('#element').on('click',function(e){e.preventDefault();new$.Zebra_Dialog('The link was clicked!');});}); Configuration options Properties PropertyTypeDefaultDescription ...
$.Zebra_Dialog('<strong>Zebra_Dialog</strong>, a small, compact and highly configurable dialog box plugin for jQuery', {'type':'question','title':'Custom buttons','buttons': [ {caption:'Yes', callback: function() { alert('"Yes" was clicked')}}, ...
Zebra_Dialog是一个可灵活配置的对话框jQuery插件,大小只有4KB,要求jQuery 1.5.2+支持。可用于替换JavaScript原始的“alert” 和“confirmation”对话框。这个插件使用jQuery Plugin Boilerplate构建。 特性: 拥有漂亮外观 提供5种类型的对话框confirmation、information、warning、error和question; ...
Zebra_Dialog byStefan Gabos A small, compact and highly configurable dialog box plugin for jQuery meant to replace JavaScript's native "alert" and "confirmation" windows. Tags alertdialogmodalpopupuiconfirmation 1.3.2 May 26, 2013 Version Released...
A free, fast, and reliable CDN for zebra_dialog. A small, compact, and highly configurable jQuery plugin for creating beautiful modal dialog boxes
Zebra_Dialog byStefan Gabos A small, compact and highly configurable dialog box plugin for jQuery meant to replace JavaScript's native "alert" and "confirmation" windows. 1.3.6 October 16, 2013 Version Released 154 Watchers 70 Forks
Zebra_Dialog是一款简单实用的jQuery模态对话框插件。用它可以替代原生JavaScript的警告框和确认框,也可以用它来制作消息提示框。它兼容IE6 浏览器,支持Ajax加载内容和iFrame框架等。 JavaScript开发-模态框和弹出框2019-08-07 上传大小:126KB 所需:50积分/C币 ...