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? Link to comment https://forums.phpfreaks.com/topic/199701-jquery-animations-not-working-in-ie/ 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; Link to comment https://forums.phpfreaks.com/topic/199701-jquery-animations-not-working-in-ie/#findComment-1048265 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 Link to comment https://forums.phpfreaks.com/topic/199701-jquery-animations-not-working-in-ie/#findComment-1048378 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! Link to comment https://forums.phpfreaks.com/topic/199701-jquery-animations-not-working-in-ie/#findComment-1048925 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 Link to comment https://forums.phpfreaks.com/topic/199701-jquery-animations-not-working-in-ie/#findComment-1048962 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.