Skip to main content

All Questions

0 votes
0 answers
18 views

jQuery plugin is not shown

thanks in advance for all support. I started to learn writing a jQuery plugin. Progressbar from JQuery UI is in use. But I never see a progressbar. startProgressBar.jquery.plugin.js: (function($){ $....
ReMadWeb's user avatar
0 votes
0 answers
30 views

Implementing Dynamic Metro Map Line Highlighting with jQuery

I have a challenge related to a metro map. There are two lines, violet and green. I want to implement a feature where clicking on the violet line makes it blink, and when I click on the green line, ...
kasim haider's user avatar
2 votes
1 answer
204 views

$.holdReady(hold) is deprecated what is the replacement for it

I have the following code where I'm loading and updating the config dynamically $.holdReady(true); $.getScript("econfig",function(){ $.holdReady(false); }) This holdReady has been ...
navi's user avatar
  • 25
0 votes
1 answer
63 views

How are JQuery widgets bound to DOM elements?

I have a question about how jquery widgets are bound to elements using the following syntax: $( "#myElement" ).datepicker(); I have created my own datetime picker but it is bound to the ...
user1643244's user avatar
0 votes
1 answer
43 views

How to Prevent Jquery UI dragSelect when any modal is open

I need open a modal on a page where JQuery UI dragSelect is implemented I want to stop dragSelect when the modal is visible when I click on modal items are selecting in the background. searched in the ...
Hardik Desai's user avatar
1 vote
1 answer
409 views

JQuery UI change draggable snap position based on another elements

I have an bunch of draggable elements, that are absolutely positioned on an "artboard". Users can edit these elements, and also drag them. Most important thing that user can lasso-select or ...
mouetttxy's user avatar
0 votes
1 answer
25 views

Run 2 functions synchronously in jQuery

In jQuery, I am using dialog for the user confirmation. But when I try to run this code shown here, it does not work as I want. If the user selects "yes", then after another function like ...
Vishal Patel's user avatar
1 vote
1 answer
77 views

Jquery / javascript error to get live result in my project

Currently I am working in a Bitcoin live price project with jquery. Now I need to develop a live price difference percentage change calculator. Calculator is working fine. But not working ...
Vivek Vivi's user avatar
-1 votes
1 answer
299 views

I am trying to make a jQuery modal popup dialogue

I am trying to make a jQuery hover modal popup window for my new project (not tooltip.) Unfortunately it is not working. Please check this Codepen link https://codepen.io/coderco/pen/MWGgqop. I am ...
Vivek Vivi's user avatar
1 vote
0 answers
244 views

How to keep element centered while using jQuery UI resizable?

As you can see from the code below, the first "img" element is not centered because it uses jQuery UI resizable. <!DOCTYPE html> <script src="https://code.jquery.com/jquery-3.6....
user4589's user avatar
0 votes
1 answer
236 views

Close button doesn't work on many Android devices

This is my code: function setToTop(t) { var n = 0; $(".box").each(function(t, o) { var e = Number.parseInt($(o).css("z-index")); e = Number.isNaN(e) ? 0 : e, n = Math.max(n, e) }), t....
Anna_B's user avatar
  • 870
0 votes
1 answer
169 views

Jquery syntax error while implementing zoom hover plugin

$(document).ready(function(){ $(function(){ $('.my-gallery').imageZoom({ $(this).imageZoom({ zoom: 200 }); }); }); }); HTML: <link rel="...
Yabesh's user avatar
  • 119
0 votes
1 answer
338 views

jQuery UI Autocomplete in $.each loop not showing results from first iteration

I am using "jQuery UI Autocomplete" to filter the JSON data, I am using following code for it <input type="text" name="searchKeywords" id="ninecSearchKeywords&...
Wasim Sayyed's user avatar
0 votes
1 answer
595 views

In jquery UI autocomplete feature add a buttons at the end of each item in the list

I have created the list using jQuery Ui autocomplete now wanted to display 3 buttons to the end of each item in the list, I have tried the following code for single button but its not working for me,...
user15950409's user avatar
-1 votes
1 answer
330 views

Jquery datepicker. How I can get year from Jquery datepicker

Hi I have function but she does not work. I use jquery datepicker. I think problem in my datepicker does not work. How I can fix my function for get full year? For me important in function get year....
Miseri's user avatar
  • 9

15 30 50 per page
1
2 3 4 5
112