Not working in IE
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!
hrm not sure, it should be working fine. can you create a jsfiddle that shows the problem in ie10?
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.
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