Re: [jQuery] Re: Jquery does not work in IE8
doh, wrong thread.
Re: [jQuery] Re: Jquery does not work in IE8
Heres the html I'm using. drag & drop #droppable { background: black; width: 150px; height: 150px; padding: 0.5em; float: left; margin: 10px; } $(document).ready( initialise); // js var these = [ 'white', 'black', 'orange, 'etc' ]; function makeButtons() { for (i in these)