Skip to main content

All Questions

2 votes
1 answer
4k 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 @...
Alexandre Lourenço's user avatar
2 votes
1 answer
1k 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 ...
user2083386's user avatar
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 ...
Duong Nguyen's user avatar
0 votes
0 answers
150 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 ...
Pingpong's user avatar
  • 7,889
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....
Muhammad Umar's user avatar
0 votes
0 answers
100 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 ...
Bilal lilla's user avatar
0 votes
0 answers
568 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 ...
shahabas sageer's user avatar
0 votes
1 answer
580 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 ...
user avatar
-1 votes
1 answer
935 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 ...
user avatar
0 votes
0 answers
168 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 ...
Neeraj Kumar Gupta's user avatar
1 vote
1 answer
72 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 ...
Mohsen Jafari's user avatar
0 votes
1 answer
237 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 ...
crazyTech's user avatar
  • 1,409
1 vote
0 answers
562 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 ...
Talha Faraz's user avatar
1 vote
1 answer
670 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 ...
J Weezy's user avatar
  • 3,775
0 votes
2 answers
525 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=...
Muhammad Ali's user avatar

15 30 50 per page
1
2 3 4 5
12