All Questions
791 questions
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 ...
1
vote
2
answers
637
views
jquery.ui dialog button with a icon
I am looking to have a button from a jquery.ui with a icon.
My preferance is fontawsone, but I suppose bootstrap ones are ok.
So, say this markup:
<asp:Button ID="cmdTest" runat=&...
0
votes
1
answer
400
views
Alternative of .selector property which has been removed in JQuery 3.0
.selector property has been permanently removed in the JQuery version 3.0 so I'm confused about what should be the replacement of .selector?
In my code I have used the .selector as below:
var ...
2
votes
1
answer
137
views
Jquery Datepicker element displaying date in incorrect format and messed up styling
I am having a problem with my datepicker element that is driving me crazy. I am using the following code to create the datepicker element in index.cshtml:
@using ChartDataStructures;
@model UpToDate
@{...
0
votes
1
answer
261
views
Opening second time popup is displaying at bottom of page
I am displaying one popup when user click on button.
First time when user click at that time, that popup is opening perfectly and displayed at top.
Now user submit form and click on Save button which ...
0
votes
0
answers
780
views
jQueryUI 1.13.0 Breaks dialog function in ASP.NET that works with jQueryUI 1.12.1
This uses jQuery 3.6.0. Wanting to upgrade from jQueryUI 1.12.1 to 1.13.0. This works as expected with jQueryUI 1.12.1. The LinkButton brings up a modal with information, no user input or interaction ...
0
votes
1
answer
1k
views
jQuery show loader while page get reloading
I have created functionality using jQuery, so when user click on button it will make clear filter on that page and reload page.
While clearing filter loader is showing on page, but when reload page ...
0
votes
0
answers
910
views
How to change the format of a date field in a jsgrid table
Good afternoon, I have this data in a jsgrid table, the fact is that when the database returns the date when displaying it on the page it looks like this: / Date (1614232800000) / what I need is to ...
1
vote
1
answer
246
views
Button focus on JQuery Dialog doesn't work when showing from code behind the page - asp.net / c#
I am calling the confirmDialog method from code behind which works fine but for some reasons the focus is not set on the cancel button. Focus is set when i click on the modal gray area outside pop up.
...
1
vote
1
answer
2k
views
JQMIGRATE: jQuery.browser is deprecated and cannot read property 'mozilla' of undefined
I am trying to migrate my JQuery version from 1.3.2 to 3.5.1. For this I am migrating JQuery from 1.3.0 to 1.12.4. and then to 3.0.0.
But issue is , while migrating to 1.12.4 it show warning as '...
0
votes
2
answers
433
views
jQuery UI Datepicker - How to dynamically disable specific dates
I am using jQuery UI Datepicker widget in one of my projects.
I want to disable an array of specific dates in datepicker calendar, but I want to be done after ajax call is made, not on page loading.
...
1
vote
1
answer
1k
views
Why does my jqueryUI autocomplete show at top left corner?
I am making a ASP.net core application with bootstrap 4, i want to use the jquery UI autocomplete function to autocomplete using a database. i got it all working but the autocomplete is showing up at ...
0
votes
1
answer
415
views
how to deserialize Json-Object in asp.net
I am able to get the element to Code-Behind by Using the Ajax-Call But I am unable to Deserialize
the element in Code-Behind in asp.net
This is my Ajax call
function responseData2() {
var ...
0
votes
1
answer
648
views
Autocomplete search is not displaying suggestions in asp.net mvc?
I want to display the autocomplete suggestion in the drop-drop list. But the suggestions are not displaying. I have tried with database and through list but result remains the same.
Here is the Code
...
0
votes
0
answers
190
views
Drag and drop page design at run time
I'm developing a business application. For example, I have a page with student information with First name and Last name the page was designed and deployed in the server. After a few days, user wants ...