IE incompatibility with JavaScript (surprised?)
- by Midevil Chaos
I am coding my website, and a friend of mine was helping me. This code does not work on IE 10 (Windows 7). I even tried the legacy modes and to no avail. Upon clicking on "services" for example, this code would work on FF or Chrome. But, not on IE. Can someone help me fix this code so it would also work on IE?
$('#services-fr-2').on('click',function(){
$( ".clientsFr" ).hide();
$('.servicesFr').fadeToggle();
$('#green-pouch-fr').animate({
'top':'450px'//,
//'height':'450'
})