Skip to main content
-3 votes
0 answers
39 views

I am using Jquery Timepicker and am validating the field If the validation fails I want to focus on that field, but the code I have so far does nothing. Nothing else I have tried has worked either so ...
P Whittaker's user avatar
1 vote
0 answers
17 views

I want to showcase count of tickets improvement in last 4 months for a particular label. How to query for it. Eg- count of tickets with 'Compliance' label for OND quarter were 5,15,21 respectively--- ...
Pratik's user avatar
  • 21
1 vote
2 answers
101 views

I have a dropdown menu on my Wordpress website that adds submenu items and it's categories into a dropdown menu. This works for one menu-item, with the help of that #id class. Now i can't get it ...
Jelle's user avatar
  • 59
-1 votes
0 answers
122 views

I have been reading previous posts about the difference of server and browser execution and found a way to read the document area hight and width in order to use it to scale a horizontal bar graph ...
RalphS52's user avatar
-3 votes
0 answers
59 views

I would like a message to appear saying there are no more items to display when the table filter has been run, so if the count val is zero the this additional message must also appear. Here is my code ...
totitechcare's user avatar
3 votes
1 answer
50 views

I'm writing a generative AI Corpus and AI Vocal Analysis tool that is for training peoples voice and giving feedback. I'm using qwen4b-instruct as an LLM and have prompted it really good however my ...
J Moral's user avatar
  • 33
3 votes
1 answer
72 views

I have an app that uses a conditionalPanel that relies on a reactive value. Here's a basic example: library(shiny) ui <- fluidPage( fluidRow( actionButton("button1", label = "...
Joe's user avatar
  • 355
1 vote
0 answers
39 views

jQuery 3.7.1 dataTables 2.3.5 boostrap 3 Trying to get a dataTable initially hidden on a boostrap tab to 1) center horizontally on the tab and 2) fix the widths of the columns. dataTables 2.3.5 is ...
code_warrior's user avatar
0 votes
1 answer
58 views

Our security team flagged an issue indicating that an older jQuery version appeared to be loaded in our application.(ScriptResource.axd) I am working on an ASP.NET WebForms (.NET Framework) ...
Akshita Dangi's user avatar
0 votes
0 answers
101 views

I'm building a chat interface where AI responses are streamed chunk by chunk (similar to ChatGPT). The current implementation automatically scrolls to the bottom as each chunk arrives, which works ...
user29255210's user avatar
2 votes
1 answer
95 views

The following logical pattern repeats several times: $("#dt_start").on("dp.change", function (e) { $('#dt_end').data("DateTimePicker").minDate(e.date); }); $("#...
Pedro Donato's user avatar
0 votes
0 answers
103 views

I have a jquery based functionality that prefilters all ajax queries so it can intercept 401 requests and refresh api authorization. I used to use a function that simply checks for a 401, refreshes ...
Kryten's user avatar
  • 11
-1 votes
2 answers
145 views

I am having trouble with rewriting .proxy in jquery to Function.prototype.bind because .bind does not set guid on the bound function instances so that proxied event handlers can be removed without ...
backups's user avatar
  • 603
-3 votes
0 answers
44 views

I have an input in my jsp which gets userInfo from a ModelAndView object. <input value="Submit" name="proceed" type="button" id="btnSubmit" class="btn ...
runnerpaul's user avatar
  • 7,588
-2 votes
0 answers
53 views

I have the following which creates an array (of sorts!): var combined = []; function slides(){ $.ajax({ type: "GET", url: '../queries/get_all_slides.php', cache: false, dataType: &...
George Feichter's user avatar

15 30 50 per page