jquery-3.3.1.min.js:2 Uncaught TypeError: Cannot read property 'indexOf' of undefined
 I have upgraded jQuery version to 3.3.1 in my application and getting the following error:
 
 jquery-3.3.1.min.js:2 Uncaught TypeError: Cannot read property 'indexOf' of undefined
     at w.fn.init.w.fn.load (jquery-3.3.1.min.js:2)
     at HTMLDivElement.dispatch (jquery-3.3.1.min.js:2)
     at HTMLDivElement.y.handle (jquery-3.3.1.min.js:2)
 
 Please help solve this issue.