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
3. Render the bundled script in _Layout.cshtml.
Cheers! :-)
1. Add jquery-ui.js to scripts folder.
2. Bundle the js file in BundleConfig.cs
3. Render the bundled script in _Layout.cshtml.
Cheers! :-)
Comments
Post a Comment