Writecoder
Writecoder

Reputation: 613

simple? jquery browser compatibility issue

http://jsfiddle.net/nicolapeluchetti/RBD3K/6/

Works awesome in safari, however when i try in firefox the grey div stays hidden behind the green one. Does anyone has an idea what could be the cause of this problem?

Upvotes: 0

Views: 143

Answers (1)

ShankarSangoli
ShankarSangoli

Reputation: 69905

console.log do not work in the firefox version you tested so its throwing exception on that line and animation is failing. Comment that line it works fine.

Upvotes: 1

Related Questions