Cannot read property 'msie' of undefined?

Hi debugging the errors of my site on my localhost server XAMPP.

One of the error was this below.

jquery.fancybox.js?v=2.0.6:93 Uncaught TypeError: Cannot read property 'msie' of undefined

Line number 93 of jquery.fancybox.js is this below

iframe: '<iframe class="fancybox-iframe" name="fancybox-frame{rnd}" frameborder="0" hspace="0"' + ($.browser.msie ? ' allowtransparency="true"' : '') + '></iframe>',

I got this script from dynamicddrive.com

As I google it, I found out the jquery codes are deprecated.

So what’s the quick fix?
If no quick fix can you guys guide me through by fixing this through modernizr ?

I know modernizr is for browsers feature dectection but,
I’ve never tried modernizr.in solving problems.

Can someone help me and guide me throug with this?

Thanks in advance.

I just removed this old script.

And replaced it with brand new one.

Problem solved.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.