I don't know why, but this code makes IE9 and Safari crash, and does not work at all in Opera.
$('#contentPage').on('DOMSubtreeModified', function(){
if($(".iframey[date-current]").length){
$(".iframey:not(.hidden)").prevUntil("iframe").addClass('smaller');
}});
What should I do to make this code work in all browsers?
---edit---
The code in jsfiddle
Working grate in chrome and firefox
;at the end of everything (so it finishes with}});? That's how it should technically be – DuncanNZ Aug 26 '12 at 3:52