Re: [jQuery] Re: Jquery does not work in IE8

2009-12-17 Thread Alex Beston
doh, wrong thread.

Re: [jQuery] Re: Jquery does not work in IE8

2009-12-17 Thread Alex Beston
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)