jquery automatic pop up script

Discussion in 'Programming' started by caligrafx, Aug 4, 2009.

  1. #1
    Can some one please tell me where I could find and jquery automatic pop up script?

    Thanks,
    Adam
     
    caligrafx, Aug 4, 2009 IP
  2. XDMCoder

    XDMCoder Peon

    Messages:
    50
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Just alert() when DOM is ready:
     $(document).ready(function(){
       //alert("HELLO");
     });
    HTML:
    If you want to use JQuery alerts read about them here:
    http://abeautifulsite.net/notebook/87
    HTML:
     
    XDMCoder, Aug 4, 2009 IP