orion3dgames / gridder

A jQuery plugin that displays a thumbnail grid expanding preview similar to the effect seen on Google Images.
http://orion3dgames.github.io/gridder/
461 stars 130 forks source link

Gridder Does Not Initialize in IE9 #20

Closed moates19 closed 9 years ago

moates19 commented 9 years ago

My organization uses IE9. Gridder does not start on page load. If you go into the developer tools and refresh it loads without issue.

orion3dgames commented 9 years ago

Hello moates19,

Does the demo give the same result in IE9? I dont have IE9 so it's hard to debug with just that. http://www.oriongunning.com/demo/gridder/basic.php

moates19 commented 9 years ago

It does. All of the demos (php, basic and advanced) work exactly the same. They won't load until you open developer tools and refresh. Very strange.

orion3dgames commented 9 years ago

Found the problem! Console is not recognized by IE so it throws an error unless the developer tools is opened. Leave 30mins and I'll get a new version pushed!

moates19 commented 9 years ago

Wow. Great job! I assumed it had something to do with the console.log functions. I removed that from the file but wasn't able to produce the desired result. I'll test it out once it's published and let you know. Thanks!