Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript iframe troubles Re: iframe troubles

#121775
Chris Coyier
Keymaster

You’re loading up this to load jQuery:

http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js

That will link to the latest version of jQuery 1.x which is now jQuery 1.9. In this version of jQuery, $.browser is deprecated (or just straight up gone I think).

You could go back to an older version of jQuery or root out why that was in there in the first place (maybe it isn’t need anymore).