I\'m experiencing an error which wont let my page load.
Uncaught TypeError: Cannot read property \'msie\' of undefined
The error
jQuery.browser was deprecated in version 1.3, and finally removed in 1.9.
source
As you can see in current version of jQuery, there is no $.browser property anymore.
Most probably it was moved to plugin as was stated in docs.
So if you use the very last version of jQuery, the undefined error is understandable.