Advertisement
Guest User

jQuery Notify example for Paterok

a guest
Dec 28th, 2011
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(window).load(function(){
  2.     setTimeout(function(){
  3.         $.notify({
  4.             inline: true,
  5.             html: '<p>This will appear after 5 seconds</p>'
  6.         })
  7.     }, 5000)
  8. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement