Donate

Draggable Is Not A Function In ASP.NET MVC

Here's what I did in order to recognize the draggable function in one of my asp.net mvc page.
1. Add jquery-ui.js to scripts folder.
2. Bundle the js file in BundleConfig.cs
Draggable Is Not A Function In ASP.NET MVC
3. Render the bundled script in _Layout.cshtml.
Draggable Is Not A Function In ASP.NET MVC

Cheers! :-)

Comments

Donate

Popular Posts From This Blog

WPF CRUD Application Using DataGrid, MVVM Pattern, Entity Framework, And C#.NET

How To Insert Or Add Emojis In Microsoft Teams Status Message

Bootstrap Modal In ASP.NET MVC With CRUD Operations