``` javascript $('[class*="thumbs-"]').each(function () { var rel = $(this).attr("class"); $(this).colorbox({ rel: rel, maxWidth: 700 }); }); ``` If i click on a thumb i get this error: Uncaught Error: NotFoundError: DOM Exception 8 jQuery: 1.9.1 Colorbox: v1.4.15 Browser: ie 8 & 9 works, Chrome 27 not