jQuery模态对话框 jModel

码农软件 · 软件分类 · jQuery对话框 · 2019-12-15 07:14:33

软件介绍

jmodel是一个jQuery插件,用于创建类似facebook的模态对话框。

使用实例:

$(function(){
	$("#devwing_jmodal").click(function(){
		$.fn.jmodal({
			title: 'DevWing.Com',
			content: 'Hi?',
			buttonText: { ok: 'Yes', cancel: 'No' },
			okEvent: function(e) {
				alert('^_^');
			}
		});
	});
});

本文地址:https://codercto.com/soft/d/21177.html

Scalability Rules

Scalability Rules

Martin L. Abbott、Michael T. Fisher / Addison-Wesley Professional / 2011-5-15 / USD 29.99

"Once again, Abbott and Fisher provide a book that I'll be giving to our engineers. It's an essential read for anyone dealing with scaling an online business." --Chris Lalonde, VP, Technical Operatio......一起来看看 《Scalability Rules》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具