Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.3/jquery.min.js"
- $( ".container" ).dialog({
- hide: { effect: "fadeOut", duration: 1000 }
- });
- setTimeout(function(){
- $( ".container" ).dialog('close');
- }, 5000);
Add Comment
Please, Sign In to add comment