0

I have just one function in my app.js file. The site functions in FFox and Safari, but not Chrome. Has anyone run into this before or have any guesses at a solution?

[http://www.codewithsarah.com][1]

coolalligator15
  • 105
  • 2
  • 8
  • You are going to get down votes for questions like these. Show your code; ask your specific question(s); and comment. Let's try this again. – SoEzPz Mar 24 '15 at 23:33
  • 1
    No need to be snarky. As most people know, dev tools reveals code. My specific question is quite simple. If I had merely included code, I would have been asked to make a fiddle. Instead I produced the live site, and I got a helpful reply. – coolalligator15 Mar 24 '15 at 23:37

1 Answers1

1

First, place a debug statement in there somewhere to make sure that your function is being actually invoked.

Second, there is potentially a problem with scrollTop() in Chrome. For instance, see this post.

Community
  • 1
  • 1
amahfouz
  • 2,328
  • 2
  • 16
  • 21