漂亮提示框css,flavr—超级漂亮的jQuery扁平弹出对话框Css3弹出窗口

flavr是一个时尚的扁平弹出对话框为您的下一个网站。flavr是响应设计布局,能够适应任何屏幕大小。得到最好的用户体验,使用流行的animate.css动画,最重要的是,flavr可以运行在任何新的浏览器IE8(+),任何设备和屏幕大小。清洁和现代平面设计  充分响应  轻量级的、功能强大的  基于Bootstrap 开发  CSS3动画在现代浏览器  jQuery提供动力  跨浏览器支持调用示例确认对话框new $.flavr({ content : 'Press a button', dialog : 'confirm', onConfirm : function( $container ){ alert('You pressed Confirm!'); return false; }, onCancel : function( $container ){ alert('You pressed Cancel'); }});提示对话框new $.flavr({ content : 'Please enter your name', dialog : 'prompt', prompt : { value: 'Harry Potter', addClass: 'prompt-name' }, onConfirm : function( $container, $prompt ){ alert('Howdy ' + $prompt.val() + ' !'); return false; }});表单对话框var html = '

' +' ' +'
' +'
' +' ' +'
' +'
' +' ' +' Remember me' +'
';new $.flavr({ title : 'Form', content : 'Please login to continue', dialog : 'form', form : { content: html, addClass: 'form-html' }, onSubmit : function( $container, $form ){ alert( $form.serialize() ); return false; }});自定义图标new $.flavr({ content : 'You\'ve got 1 message', iconPath : 'flavr/images/icons/', icon : 'star.png', buttons : { read : { style: 'info' }, later : { style: 'danger' } }});模态和覆盖new $.flavr({ content : 'I am modeless dialog', modal : false});对话框位置new $.flavr({ content : 'Me at top left', position : 'top-left' });new $.flavr({ content : 'Me at top right', position : 'top-right' });new $.flavr({ content : 'Me at bottom mid', position : 'bottom-mid' });回调new $.flavr({ content : 'Callback example', buttons : { hide : { style: 'danger', action: function(){ this.hide(); return false }}, close : { style: 'info' } }, onLoad : function(){ alert('The plugin has been loaded'); }, onBuild : function(){ alert('The DOM elements have been created'); }, onShow : function(){ alert('The dialog is displayed on screen'); }, onHide : function(){ var flavr = this; alert('Displaying the dialog again after 3 seconds'); setInterval(function(){ flavr.show(); }, 3000); }, onClose : function(){ if(! confirm('Close now?')) return false; }});
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值