SitePoint Sponsor

User Tag List

Results 1 to 4 of 4

Thread: JS settimeout is not working in Mozilla

  1. #1
    SitePoint Wizard simplecode's Avatar
    Join Date
    Jun 2006
    Posts
    1,129
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question JS settimeout is not working in Mozilla

    Hi All,

    JS settimeout is not working in Mozilla but working in IE, any help will be great help to resolve this issue.

    Thanks

  2. #2
    SitePoint Mentor bronze trophy
    chris.upjohn's Avatar
    Join Date
    Apr 2010
    Location
    Melbourne, AU
    Posts
    2,040
    Mentioned
    9 Post(s)
    Tagged
    1 Thread(s)
    Are you writing

    Code JavaScript:
    setTimeout();

    or

    Code JavaScript:
    settimeout();
    Blog/Portfolio | Evolution Xtreme | DFG Design | DFG Hosting | CSS-Tricks | Stack Overflow | Paul Irish
    Having lame problems with your code? Let us help by using a jsFiddle

  3. #3
    SitePoint Wizard simplecode's Avatar
    Join Date
    Jun 2006
    Posts
    1,129
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sorry for previous typo but i am using setTimeout();

  4. #4
    SitePoint Mentor bronze trophy
    chris.upjohn's Avatar
    Join Date
    Apr 2010
    Location
    Melbourne, AU
    Posts
    2,040
    Mentioned
    9 Post(s)
    Tagged
    1 Thread(s)
    Could you please post the code you are using
    Blog/Portfolio | Evolution Xtreme | DFG Design | DFG Hosting | CSS-Tricks | Stack Overflow | Paul Irish
    Having lame problems with your code? Let us help by using a jsFiddle

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •