Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.
0 votes
0 answers
54 views

jQuery UI sortable auto-scroll causes infinite scrolling when dragging beyond visible boundaries [closed]

I have a scrollable table with draggable rows using jQuery UI sortable. I implemented custom auto-scroll logic that triggers when dragging items near the container edges. The scroll boundary detection ...
Nik Tojo's user avatar
0 votes
1 answer
35 views

Is there a way to figure out which input an open jqueryui datepicker is linked to? [duplicate]

I am working on an old project that uses jquery datepickers. On one page it has multiple inputs, all of which can open a datepicker (but only one datepicker is visible at any one time). Is there a way ...
Ben Holness's user avatar
  • 2,735
0 votes
1 answer
38 views

jQuery Tabs UI Issue - from jQuery version 1.8.0 onwards

When working with jQuery and jQuery UI, I have an issue where after version 1.7.2 of jQuery, the tabs structure I have no longer work as previously expected. This is the source I'm working with. If ...
loxdog's user avatar
  • 1,007
0 votes
1 answer
45 views

JQuery Calendar Date Picker - Show Calendar without Clicking

On our website we currently have the Jquery date picker implemented, but my boss would like it if the calendar could just be active the whole time without the user needing to click on it to get the ...
Heather's user avatar
  • 31
0 votes
3 answers
54 views

JQuery UI datepicker Date Range modifications

I am using the basic JQuery UI datepicker, I need the date range with check in and check out but I need to add date + x days to the check out input. How can I add x days to $.datepicker.parseDate( ...
Andy Dignall's user avatar
-1 votes
1 answer
65 views

Issue with Switching and Adding Classes to Elements on Mouse Click

I'm encountering a problem while trying to switch and add classes to elements when a mouse click event occurs. Likewise I have multiple "li" elements. I want to add "class = subdrop ...
VIVEK ROBIN KUJUR's user avatar
3 votes
0 answers
98 views

Penetration test fails for Wordpress 6.7.2 as jQuery UI 1.13.3 reached EOL

I'm running a Wordpress 6.7.2 multisite network for a customer of mine. A recent compulsary penetration test failed with following message: The following software is used on the pages in an end-of-...
fseydel's user avatar
  • 315
0 votes
1 answer
58 views

Jquery hide or show text field based on radio button selection [closed]

I have the following code to display text box based on radio button selection. This does not work however. How to make this code work? I want the text box field to show if useDockerCompose is chosen ...
code-geek's user avatar
  • 463
-1 votes
2 answers
74 views

Prop hidden() or hide() and show() can't used in Select2 Multiple Option

I want to ask about select2. I want, when I choose the option it will be hidden from the options in the select. And also if we remove it in multiple select option, it will be showed too in the option. ...
Filbert Umbawa's user avatar
0 votes
1 answer
28 views

Draggable slider for touch devices

var reachedLast = false; var reachedFirst = false; jQuery("#gbar").draggable({ axis: "x", containment: "parent", drag: function (event, ui) { var ...
Moumita Dey's user avatar
0 votes
0 answers
28 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 ...
Bhavna's user avatar
  • 327
0 votes
1 answer
47 views

Multiple Date Pickers - disable selected dates

I'm using 'MultiDatesPicker for jQuery UI' http://luca.lauretta.info/Multiple-Dates-Picker-for-jQuery-UI/ which as far as I can tell uses jQuery-ui Datepicker. On my site I've got 3 date pickers ...
Tom's user avatar
  • 1,638
2 votes
2 answers
85 views

Removing Last Text Parentheses Using jQuery From a String

I am trying to remove the text from the last parentheses within a string using jQuery. I am able to remove the parentheses from the string but the code removes every parentheses and I need the last ...
Abbasi's user avatar
  • 23
1 vote
1 answer
90 views

Clear Selectable Element Filter using JQuery Button

I am following the below answer for my charting scenario, I have no problem in expected functionality like rendering the chart, filtering the charts. Editing Google Charts Category Filter My Problem ...
Curious_learner's user avatar
1 vote
1 answer
70 views

how to adjust draggableElement to have correct x and y position

I have implemented chart js to plot a two curve indicated by red and blue line. I want to add a slider (black vertical line) so that it remains always within two curves and user can move it left and ...
Sagar Rawal's user avatar

15 30 50 per page
1
2 3 4 5
2643