Skip to main content
Filter by
Sorted by
Tagged with
2 votes
2 answers
94 views

I have a select with months. The most used is April, so I'd like to present it when the user open the select when nothing else is chosen already. I have a solution that works well in Chrome (the ...
Franta's user avatar
  • 57
0 votes
1 answer
54 views

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,744
0 votes
1 answer
54 views

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,017
0 votes
1 answer
96 views

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
68 views

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
73 views

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
2 votes
0 answers
139 views

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
  • 313
0 votes
1 answer
67 views

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
  • 473
0 votes
2 answers
88 views

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
51 views

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
1 answer
56 views

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,640
2 votes
2 answers
98 views

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
106 views

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
78 views

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
0 votes
1 answer
76 views

My drop function fires and everything seems correct but the hoverClass and activeClass does not change the div background. I've tried this under Chrome, Firefox, and Edge. It has to be something I am ...
hassan's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
2640