TypeError: jQuery.fxe is not a constructor

TypeError: jQuery.fxe is not a constructor

Hi,

I am using jquery Color box for display some dynamic information in a modal popup and jqueryInterface.js on the same age for drag and drop features. Colorbox opens and displays the dynamic information just fine, but as soon as I click the close button the following error occurs:

TypeError: jQuery.fxe is not a constructor
return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase );   



The fxe exists in jqueryInterface.js file, so if I remove this file from my View (i.e. ASP.NET MVC .cshtml file) the colorbox will close just fine, but offcourse drag and drop stops working.

I have tried googling and fixing this issue but didn't find any solution. So I need help.

I am using jQuery v.1.8.24

Thanks,