Columnizer-jQuery-Plugin icon indicating copy to clipboard operation
Columnizer-jQuery-Plugin copied to clipboard

Not working in IE

Open jdcollier opened this issue 11 years ago • 3 comments

I can get this to work in Chrome, but it will not work in IE 10.

I can see that the 1.4 version worked in IE 10 with old jQuery, but when I try to use that version, it won't work with tables ... and that is all that is on my page.

The 1.6 and 1.6.1 versions are properly splitting my tables in Chrome, but IE10 just stays one column.

Any suggestions? I can't even find alternatives to this plugin so I'm at a wall here.

Thanks!

jdcollier avatar Apr 25 '14 17:04 jdcollier

hrm not sure, it should be working fine. can you create a jsfiddle that shows the problem in ie10?

adamwulf avatar Apr 25 '14 17:04 adamwulf

I was having trouble in IE9 - the script would load but wouldn't execute. After opening F12 dev tools and opening the console, then refreshing the page, it would finally work. So, I moved the $('selector').columnizer() into a <script> tag at the bottom of the page, which ultimately made it run.

mlaroy avatar Aug 19 '14 21:08 mlaroy

Glad to hear you got it working out ok!

Adam

On Tue, Aug 19, 2014 at 4:18 PM, mlaroy [email protected] wrote:

I was having trouble in IE9 - the script would load but wouldn't execute. After opening F12 dev tools and opening the console, then refreshing the page, it would finally work. So, I moved the $('selector').columnizer() into a

adamwulf avatar Aug 20 '14 05:08 adamwulf