First of all, please don't think that I asked this question before even bothering to search for the solution. I'm aware that there're lots of threads about this issue both on SO and all over the internet. But the thing is, everybody keeps saying It's because the browser object was deprecated in jquery 1.3 and removed in 1.9+. But there's no single place I refer to $.browser object in my own code. I get this Cannot read 'opera' property of undefined error inside jquery-ui (v 1.8.24) file. I've recently decided to fire a full NugGet update to my project in Visual Studio. Among them was jQuery too. Now, it seems jQuery UI was not updated in accordance with the new jQuery. What do I have to do to get rid of this problem?
EDIT: I also get this.element.propAttr error in the same file.
ADDED



$.browser) Are you able to determine the jQuery UI version? In their example they are using1.11.4(api.jqueryui.com/button). The main problem, no updated jQuery UI, should be solved.*.minversions.