본문 바로가기

JQuery-js-css

Flavr 함수






alert함수

new $.flavr({

content : text,

autoclose : true,

timeout : 800 /* Default timeout is 3 seconds */

,

animateEntrance : 'tada'

});



confirm 함수


new $.flavr().confirm( '메세지' , function(){

goInsert();

}, function(){});