Cannot get Dialogs to work

Cannot get Dialogs to work

I am finializing a large project and I am to the UI part and the first thing is I after I get all my scripts rendering in order is click on the link for the dialog box to open and the $('.myDialog').dialog does not work any longer.

I get any error that states that there is no object named dialog.

Now when I am in dev mode in the scripts i can do a $('.myDialog).dialog and the function dialog is not in the list of items to choose from.

What am i missing?

I am currently using jquery 3.1.0.js

Can someone please shead some light onto this for me.

I even with to only fiddler from an example from stack overflow and the dialog was showing the same error.

Bundle jqueryBundle = new ScriptBundle("~/bundles/jqueryjs")
             .Include("~/Scripts/jquery-{version}.js")
             .Include("~/Scripts/jquery.signalR-{version}.js");
 
         bundles.Add(jqueryBundle);

I've also done a View Source and the files have in-deed rendered.


Did something change in the last two years?