All Questions
542 questions
0
votes
0
answers
25
views
ASP.NET MVC : jQuery datepicker inside bootstrap modal
I am stuck on a strange issue, I have a jQuery datepicker inside a Bootstrap modal popup. It works fine for some browser resolution, but not for all. This is how I resolved it, but I want some more ...
1
vote
0
answers
56
views
Can't initialise tooltip after upgrading from 3.3.1 to latest version of jQuery
We have an old product which is written with .NET MVC. Now we are trying to upgrade all the dependecies to the latest version.
We are using jQuery and jQuery.UI.Combined from NuGet.
Now I have a ...
0
votes
1
answer
76
views
when implement autocomplete i get issues script on console log?
I work on asp.net mvc . I face issue when run autocomplete but I don't know how to solve it
when run asp.net MVC application these issues display on console.log of resignation page .
resignation page ...
0
votes
0
answers
57
views
jquery autocomplete not display under input text box it display on top left corner but correct under input?
I work on asp.net mvc autocomplete . I face issue autocomplete display success list but it display on wrong place .
so How to solve this issue please
Exactly I need auto complete display under input ...
0
votes
1
answer
223
views
How to implement this jQuery UI Autocomplete functionality example correctly?
I have been trying to implement different examples of jQuery Autocomplete functionality, but none of them work.
The latest one that I have tried implementing is the following example, which seems to ...
0
votes
2
answers
1k
views
How to drag and drop rows with database update in ASP.NET Core using jQuery UI?
I am using this jQuery UI Library to drag and drop rows of a table in an ASP.NET Core MVC application.
script.js
$(function(){
$("#SortTable")
.sortable({ items: "tr.sortable&...
0
votes
0
answers
544
views
Disable specific time from timepicker UI
I would like to disable times between 12pm and 12.30pm on my mvc razorview javascript
$('#timepicker').timepicker({
interval: 3,
minTime: '9:00am',
maxTime: ...
0
votes
1
answer
116
views
Dynamically adding contents inside Jquery ui accordion doset work
So I have this accordion code which has three input fields and two buttons
<div id="accordion">
<h3>External Attendees</h3>
<div>
<div class="...
0
votes
0
answers
120
views
Refresh source of jquery autocomplete only after enter key ipressed
I am using asp.net mvc with jquery.
Now, in my project I am using jquery autocomplete. I want to refresh or search for the source ONLY after enter key is pressed. For the source, I am firing an ajax. ...
0
votes
1
answer
317
views
Sortable is not a function Jquery UI
When I tried to add sortable feature to a table I got this error. This project is an Asp.net Mvc project.
I don't know why i am getting this error. When I do it in VS code as a clean just frontend ...
0
votes
0
answers
35
views
Im trying to create an object using JQuery UI Autocomplete, following the example given, however its currently not working
I've tried to copy the example for jQuery UI with my code, however the autocomplete isn't showing currently.
The example is from here:
https://jqueryui.com/autocomplete/#custom-data
<input id="...
0
votes
1
answer
50
views
How to use datepicker in your form using jqueryui?
I need some help to use my checkbox, where a user will use checkbox in order for the datepicker or calendar be displayed immediately when checkbox is used to lock- up until. Need some help on the ...
0
votes
0
answers
824
views
jquery-ui.min.js takes too much time to load
jquery-ui.min.js takes too much time as per google page speed insights. is there any solution to reduce this time and improve performance of my page?.... I have loaded it as defer still it is showing ...
0
votes
0
answers
441
views
DateTime picker: Disable time later than current hour in current day and enable time for previous days
I have a DateTime Picker i want to limit errors in users input so i'm diabling any input for future dates and times. i want to disable times later than the current hour of the current day .At the same ...
0
votes
1
answer
844
views
How to change Id of cloned row in below jQuery code
I'm trying to achieve the change of Id But the code what I have is only having the code to change the name of the element can anyone please help to change the id of the element in the below give ...