February 25, 201313 yr Hello, I have built a website and it renders pretty good in all the browsers. Only on IE8 i have some problems with the jquery scripts. They are not working at all. www.snapshot-evergem.be Do you know what is wrong? Is it the sequence how the scripts are typed in the head tag? Can you please help me because the site has to go online in a few days. Thank you
February 25, 201313 yr I'm wondering if it could be the fact you've not declared a type on your scripts, I believe you don't need to in HTML 5 which IE8 doesn't support. So you'd need either something like HTML5Shiv or Modernizr, or just make all your javaScript <script type=text/javascript>. If that's not the problem try adding $(document).ready(function(){ to the beginning of your jQuery..
February 26, 201313 yr Author Hello jpwd, I added your comments to the html but none of them worked. Thanks for your help
February 26, 201313 yr Suprised at that, as I'm pretty sure the text/JavaScript is needed, and can't see any other reason why it wouldn't work in IE8.
February 26, 201313 yr Your jQuery file is throwing an error on line 4: (Invalid Argument: a.elem.style[a.prop]=a.now+a.unit). You could use a non-minified version of jQuery which will make debugging easier as the code is more understandable.
February 26, 201313 yr Your jQuery file is throwing an error on line 4: (Invalid Argument: a.elem.style[a.prop]=a.now+a.unit). You could use a non-minified version of jQuery which will make debugging easier as the code is more understandable. Yes ^ You're also using an outdated version of jQuery.
February 26, 201313 yr Author Hello Lyndsey and Aluziion, How can i fix this, i'm no expert in jquery. Is it a little fix? I don't know how to do this.
February 26, 201313 yr Link it to this and you will always have the latest version of JQuery. http://code.jquery.com/jquery-latest.min.js
March 2, 201313 yr bxslider the culprit https://github.com/wandoledzep/bxslider/issues/89 Are my posts visible ??
Create an account or sign in to comment