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?
Asked
Active
Viewed 614 times
0
-
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
-
1No 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 Answers
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.