Skip to main content
Filter by
Sorted by
Tagged with
2 votes
2 answers
42 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
49 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,745
0 votes
1 answer
50 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
75 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
62 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
69 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
3 votes
0 answers
123 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
  • 315
0 votes
1 answer
64 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
  • 463
0 votes
2 answers
81 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
40 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
0 answers
34 views

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
51 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
94 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
96 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
74 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
69 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
0 votes
1 answer
52 views

I have a jQWidget slider on a page, but the same problem exists with the jQuery slider. If I set a transform: scale(0.7) to any element above in the hierarchy, the slider does show not the correct ...
robsch's user avatar
  • 9,768
0 votes
0 answers
32 views

the start of my plugin (function(factory) { if (typeof define === "function" && define.amd) { define(["jquery", "jquery-ui-dist"], factory); } else { ...
Mo1's user avatar
  • 389
0 votes
1 answer
55 views

html: <div class="item-list" id="list"> <div class="draggable" data-index="0" draggable="true">Draggable1</div> <div class=&...
毛振华's user avatar
1 vote
1 answer
29 views

I'm working with a software suite called LaserFiche. I'm trying to force it to do what I want, specifically, I want to put the contents of a hidden table into another table that I'm going to do a ...
Jeffrey Whitney's user avatar
0 votes
1 answer
61 views

I have the jquery UI code where i am trying to display 6 months of the current year starting from this months onwards till next 5 months so a total of 6 months, but right now, it goes beyond the those ...
Notion's user avatar
  • 56
0 votes
0 answers
17 views

I want to select item with id="Today" by default. Here is my HTML: <ol id="selectable_date"> <li id="Today" class="ui-widget-content">Today</li&...
A. Gladkiy's user avatar
  • 3,502
0 votes
1 answer
27 views

I have a table containing a row of textboxes - Category, Manufacturer and Model. When the user types a value in to the Model field, I want to show an autocomplete box showing similar matches to what ...
Gavin Coates's user avatar
  • 1,435
0 votes
1 answer
54 views

I want to use a form to let users rank a list of items and store the ranking in a form field called ranking. I am using "Sortable" to and "toArray" for this: <ul id="items&...
Marco Lambrecht's user avatar
1 vote
2 answers
275 views

I'm facing a problem using Bootstrap 5.3.3 (BS5) bundle with JQuery spinner (for inputs with quantity spinner) - it all works fine however the up and down arrows don't display on the spinner - the ...
Stuart Palmer's user avatar
0 votes
0 answers
28 views

When clicked, selected: function(event, ui) { if (!$(ui.selected).hasClass('selected')) { $(ui.selected).addClass('selected'); } else { $(ui.selected).removeClass("ui-...
Lee's user avatar
  • 11
0 votes
0 answers
15 views

I have an input text with id school_name field that I would like to apply jQuery autocomplete on. I managed to make it work making an ajax call and fetch the data and show them as options but ...
pliroforiki's user avatar
3 votes
1 answer
123 views

I need to hide the parent node's checkbox (Boolean cell) in the tree List. I use DevExpress with jQuery. I am new to this tech. Kindly anyone help me out to solve this problem with efficient way. I ...
Guhan Srinivasan's user avatar
0 votes
0 answers
41 views

The implementation of this jQuery function drives me crazy!!! I know there are a lot of articles about it and I have spend hours to read them, but could not find any useful solution! I created a ...
Georgio's user avatar
  • 303
0 votes
1 answer
42 views

I have a simple jQuery UI Dialog. Everything is working as expected when viewing the page by itself except when that page is in an iframe. For some reason the close: function isn't firing. Everything ...
Viking NM's user avatar
  • 402
0 votes
0 answers
66 views

I've encountered a conflict between Bootstrap's modal and jQuery UI datepicker in firefox browser where I can't use the month select box because something closes it immediately after being open. Steps ...
Irfan khan's user avatar
0 votes
0 answers
59 views

I need to set a search bar in my code where it will retrive the data of the products present in the database.Here in the same project they have used the exact code to do the product search I used that ...
Guru1804's user avatar
0 votes
1 answer
94 views

I have an ASP.NET Core MVC web application written in C#. I created a Razor view and in that view, I show 2 jQuery datatables horizontally and in between these 2 data tables, there are 3 buttons. ...
KitKat's user avatar
  • 57
0 votes
0 answers
44 views

I am working with an ASP.NET Core MVC app in C#, where I have a window with jQuery datatable (I am using C# and Visual Studio 2022). In this datatable, I have 4 columns. One of the column is link ...
KitKat's user avatar
  • 57
0 votes
1 answer
88 views

I am very new to ASP.NET Core MVC in C#. I have 2 datagrids or data table in a window arranged horizontally. I have some buttons arranged between the 2 grids. How to create a UI as shown below? Please ...
CKuttan's user avatar
  • 59
0 votes
0 answers
29 views

I am using jquery-ui dialog to display editable page data and mostly works well except for the page delete process to reload the updated navigation elements. The process occurs in the AJAX success ...
Nadal's user avatar
  • 105
0 votes
1 answer
684 views

I AM using jQuery- v1.9.1 and jQueryUI- v1.10.3, but i need to update this as latest version how to update this files. can you please help me to update this file. iam getting some methods as mismatch ...
Sunil Suni's user avatar
1 vote
1 answer
638 views

I would like to update jquery-ui.js in my ASP.NET Core MVC application. I saw that the file is located in the following structure: What is the correct way to do this? Should I just download the file ...
Roxy'Pro's user avatar
  • 4,514
0 votes
1 answer
27 views

I have a problem rendering a Kendo grid. I have the below code: $(document).ready(function() { $('#searchBtn').click(function(event) { event.preventDefault(); ...
Hisham Gundagi's user avatar
1 vote
0 answers
30 views

I am creating a spring boot application to book flights. I have defined a controller to retrieve flight details from database: @Controller @RequestMapping("/home") public class ...
Hisham Gundagi's user avatar
0 votes
1 answer
48 views

I am trying to use JQuery, and want images to be resizable and draggable. I also want the text to wrap around the image (does not have to be real time) when the image is dragged or resized. Right now ...
IAmAnnoyedWithTech's user avatar
0 votes
1 answer
26 views

I am trying to use jQuery UI Dialogs to replace the previous javascript tooltip mechanism. Our website has been using WZ_tooltips for many years. WZ_tooltips was created by Walter Zorn in 2002. RIP ...
Jeffrey Simon's user avatar
0 votes
1 answer
37 views

My question is a duplicate of this question but the accepted answer contains a fiddle that is no more valid. So I need to ask it again. I am using jquery Sortable to move elems from one list to ...
user avatar
0 votes
1 answer
51 views

<input class="input-class" /> How can I implement a jQuery UI Datepicker with custom buttons for enhanced user interaction? I want to include buttons like "Next", "Next ...
Jacob spartans's user avatar
0 votes
1 answer
78 views

I have a problem with jquery sortable on table. My table goes like this: <table> <thead> <th>Number</th> <th>Text</th> <th>Order</th> </...
Lindsay's user avatar
  • 95
-1 votes
2 answers
64 views

I am using jquery ui autocomplete to fetch cars,parts,and services from my database, i am diffrentiating both or three records type by adding span in last. But when i select any value its showing span ...
MR Lappy's user avatar
2 votes
2 answers
259 views

this is my template: <!-- JavaScript --> <link rel="stylesheet" href="https://code.jquery.com/ui/1.13.2/themes/base/jquery-ui.css"> <script src="https://...
Nunyet Calçada's user avatar
0 votes
1 answer
37 views

I'm trying to achieve a set up in which dragging a div reveals the drop-zones onto which it can be placed. Trouble is, when a drop zone above the draggable origin is revealed, it pushes the div the ...
Mark Peace's user avatar
-4 votes
1 answer
218 views

I am developing a dynamic website using jQuery which relies heavily on AJAX operations. Whenever an AJAX operation starts, a progress bar is shown which I have positioned in the middle of the web page....
owino's user avatar
  • 153
0 votes
0 answers
33 views

im willing to modify the time value of the Leaflet TimeSlider plugin, i have this plugin that i modified so i can see in locale format. https://github.com/carlosign/LeafletSlider-LocalTime/blob/master/...
Carlos Char's user avatar

1
2 3 4 5
793