jk11uk Posted April 25, 2010 Share Posted April 25, 2010 hi i'm newish to jquery. The animations on www.poker-answers.co.uk are working fine in chrome and firefox, however IE (i have ie7) is not showing anything. Anyone know what might be causing this? Quote Link to comment Share on other sites More sharing options...
de.monkeyz Posted April 25, 2010 Share Posted April 25, 2010 According to IE's error console for JS: { duration: 'slow', // how fast we are animating easing: 'swing', // the type of easing - THERE IS AN EXTRA COMMA HERE - IE DOES NOT LIKE THIS }); Also... I noticed this (it isn't an error, but bad practice) shiftby = eval(""+shiftby+"-60"); Why are you using eval here? This works shiftbuy = shiftby - 60; //Or even this shiftbuy -= 60; Quote Link to comment Share on other sites More sharing options...
jk11uk Posted April 26, 2010 Author Share Posted April 26, 2010 i use eval because a while ago the other method didn't work for some reason - thinking about it now it was probably something like i had the variable as text..... anyway, thats so much for your help. I'll sort my code out later Quote Link to comment Share on other sites More sharing options...
jk11uk Posted April 26, 2010 Author Share Posted April 26, 2010 hey monkeyz, any chance you could take another look? I made the changes and one piece now works, but the other piece doesn't thanks! Quote Link to comment Share on other sites More sharing options...
de.monkeyz Posted April 26, 2010 Share Posted April 26, 2010 IE isn't picking up any errors of any kind. So I don't know the problem Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.