I have a masonry call which is working fine in all browsers but IE7 and below. Maybe its just a simple syntax issue, but maybe someone has had experience of this before. Code below:
$(function(){
$('#mainContent').masonry({
columnWidth: 200,
itemSelector: '.threadWrapper:visible',
resizeable: true,
saveOptions: true,
});
});
Below is the error message (line 41 is the fist attribute declaration - columnWidth):