Uncaught TypeError: Cannot call method 'createDocumentFragment' of undefined in Chrome

Uncaught TypeError: Cannot call method 'createDocumentFragment' of undefined in Chrome



Everything in IE/FireFox is fine but in Chrome appear this.. i don't know what is the real problem.. anyone can help?

i am using jQuery JavaScript Library v1.10.1

this problem appear after i execute
$('.title_headers').slideDown('fast', function () { 
                        $('.toogleHeader').find('a:first').removeClass().addClass('tdown');
                    });

this simple code..