All Questions
Tagged with jquery-plugins asp.net-mvc
166 questions
2
votes
1
answer
5k
views
Why my jquery multiselect plugin not working
I´m developing a school project using jquery multiselect plugin but the plugin isn't working fine.
Thats my code where i create the multiselect menu.
@using nsaprojeto.Controllers
@model dadosPassar
@...
2
votes
1
answer
2k
views
How can I add jQuery DateTimePicker to my project in visual studio
I have a requirement where I need the following control in my project. I am using MVC application in this project.
https://github.com/xdan/datetimepicker
But, I am totally unsure how I can use this ...
0
votes
1
answer
1k
views
Lazy loading in Light Gallery
I'm using lightgallery.js (https://sachinchoolur.github.io/lightgallery.js) to develop my ASP.NET MVC project.
It seems ok to load some images which have a size of less than 1MB, but the problem here ...
0
votes
0
answers
155
views
Submit form without any file via jQuery-File-Upload and Asp.net MVC Core
Is it possible to submit a form without any file via jQuery-File-Upload below?
https://github.com/blueimp/jQuery-File-Upload/
I need to make file upload optional, and allow users to submit the form
My ...
1
vote
1
answer
3k
views
How to handle jquery repeater html in mvc
this is my .cshtml page code,i use jquery repeater is in this code repeater is working fine but i want to add some modification in this repeater but i am stuck here. you can see my code.
@using (Html....
0
votes
0
answers
109
views
Join images and create map with each image with link tag
I want an idea or direction to join multiple images on the web page either using JavaScript or any scripting language that help me to join fit my images in the main sketch and I can have pragmatically ...
0
votes
0
answers
594
views
how to render angular application in asp.net mvc application with out iframe?
i would like to know if we can show an angular component inside a div of another application which can be asp.net MVC so that this feels like one single application.
One way i found is to show the ...
0
votes
1
answer
589
views
why Asp.net Core can not read Ajax parameters?
I'm using Asp.net MVC Core and Jquery Ajax to make inset into my database.
The problem summary
I can't read parameters in Home-Controller's Action. That means I can successfully execute the Ajax ...
-1
votes
1
answer
980
views
Asp.Net Mvc jQuery Datatable RowOrder Drag&Drop and Id problem
I have been working on a survey application with Asp.Net MVC. I have 2 adjent tables on the page where I assign a question to the survey. What's important to me is the table on the right. This table ...
0
votes
0
answers
169
views
IntelliSense does not work for jquery custom Plugin
I have created a jQuery plugin and included it from a separate js file.
In my .cshtml file, I successfully call a custom method from my plugin and get output.
The problem is that I can't get the ...
1
vote
1
answer
73
views
$target.blurOverlay is not a function
I want to cover the main page of my ASP.NET MVC website with a welcome text. A great sample of this scenario is already implemented here. Of course, I want to implement something like this sample by ...
0
votes
1
answer
241
views
Refering to Visual Studio solution's package directories javascript files from within BundleConfig.cs file's RegisterBundles method?
My technical development environment:
Visual Studio Community 2015
ASP.NET MVC 5.2.3.0
I installed jquery.datatables version 1.10.15 plugin , and it placed the javascript files in the packages ...
1
vote
0
answers
565
views
Jquery DataTable plugin not working
I am working on a project in VS 2015 community edition, i was trying to use the jquery datatable plugin and followed all steps showed in tutorial but still i am unable to use the plugin. I have ...
1
vote
1
answer
681
views
MVC 5: jQuery nested tabs are not displaying properly
Note: I am new to jQuery and tabs.
I am attempting to implement nested tabs with jQuery tabs in an MVC 5 web application. For some reason, the implementation is not working correctly and I assume ...
0
votes
2
answers
527
views
Empty Jquery Datatable
I have created a controller with ActionResult Index and created a list of Student class as:
public ActionResult Index()
{
var list = new List<Student>()
{
new Student{Id=1,RegNo=...