39,633 questions
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 ...
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 ...
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 ...
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 ...
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( ...
-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 ...
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-...
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 ...
-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. ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...