Guest User

Untitled

a guest
May 14th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.3/jquery.min.js"
  2. $( ".container" ).dialog({
  3. hide: { effect: "fadeOut", duration: 1000 }
  4. });
  5. setTimeout(function(){
  6. $( ".container" ).dialog('close');
  7. }, 5000);
Add Comment
Please, Sign In to add comment