Uncaught TypeError: Object [object Object] has no method ‘dialog’

issue was that I was referencing “jquery-1.5.1.min.js” twice. Once in the _Layout.cshtml and also in the partial view I was loading. . Removed the reference in the partial view and got it sorted.

Leave a Comment