Skip to main content

All Questions

Tagged with
0 votes
1 answer
40 views

How to implement jQuery UI Datepicker with custom buttons to enhance user interaction and functionality?

<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
-4 votes
1 answer
104 views

How do I position the progress bar around the element that has triggered the task?

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
  • 143
0 votes
1 answer
59 views

Toggle Different Classes Sequentially

Well i am trying to create a button that you can click more then 2 times.. This seems to work but only changes two classes. $("#button").click(function() { $('.box1').toggleClass('box4, box2, ...
Timbukto's user avatar
0 votes
1 answer
34 views

<dialog> with JQueryUI draggable

So I have an issue where I want to combine the <dialog> with JqueryUI draggable. The issue comes from the fact that the has margin: auto that makes it be nice and centered, and I want to have ...
Randommm's user avatar
  • 569
0 votes
0 answers
43 views

Nested Table with fix col and thead row

I want to create a Nested Table with fixed column and thead but i'm facing some challenge. I can able to fix last column in first level but when try fix other column in nested level also it's not ...
devtest's user avatar
0 votes
0 answers
37 views

Jquery, HTML, CSS Why does my "Auto" .heat-icon-parent does not inherit the same color as my "heat" and "cool" color?

So recently I tried making a mode function that changes color when I click on different mode there are ("Cool", "Heat", "Fan", "Dry", "Auto") and lets ...
jonathan juining's user avatar
0 votes
3 answers
63 views

Get tooltip of table cell (td) when hovering over cell

How can I get this query to display tooltip on every row where td has id="tooltipexcess"? In a table with dynamic number of rows, I'm trying to use jquery mouseoover & tooltip to show ...
Bill's user avatar
  • 1,111
0 votes
0 answers
38 views

How can I make only one pricing card expand at a time when its button is clicked, instead of all cards expanding together in my code? using jQuery

Please help me open only one card when I click on it (all of them open at once now) using jQuery, The question is related to multiple pricing cards, each with an associated button. When a user clicks ...
Usama Akram's user avatar
0 votes
0 answers
46 views

Input type text for search filter above header not same size of header?

I work on asp.net MVC page view . but I face issue search for every column not fit for cell contain for data table . so How to make input to be suitable and have suitable fit for cell contain . I ...
ahmed abdelaziz's user avatar
1 vote
1 answer
106 views

Slide toggle back and forth with jquery ui

I am using the Jquery UI to slide content left and then slide other content at the same time to take the first content's place. It works as intended the first time I press "Change username". ...
Furious Mountain's user avatar
0 votes
2 answers
134 views

jQuery UI sortable with body zoom not working, Not calculating drag and drop area correctly

I am trying to jQuery UI sortable work with zoom CSS property on body. But it's not allowing me to drag and drop correctly on the right position. Drag only working with half area, if user try to drag ...
Vijay Dhanvai's user avatar
0 votes
0 answers
53 views

jquery autocomplete not display under input text box it display on top left corner but correct under input?

I work on asp.net mvc autocomplete . I face issue autocomplete display success list but it display on wrong place . so How to solve this issue please Exactly I need auto complete display under input ...
ahmed abdelaziz's user avatar
0 votes
1 answer
53 views

How to manipulate a div using .draggable(), sliders, and text input using JqueryUI

I have a circular div that moves along a larger rectangular div. I can move it around using .dragable() as of right now. I need to be able to also move the circle with sliders that have input boxes. ...
knox0's user avatar
  • 17
0 votes
0 answers
30 views

Masonry style Grid and jQuery UI sortable

I have a grid, very simple, nothing special with no js involved. I understand that the jQuery UI Sortable() is sortable in a linear position and this is the reason why it bugs out on a grid layout. I ...
Robert Gouveia's user avatar
0 votes
0 answers
37 views

How can you set top and left position with javascript without it rounding the value

I'm making an UI where the user drags and resizes things around; it has to be very responsive, so I convert the top and left on jQueryUI's drag or resize's stop event to percentages. To simplify my ...
Luis Gallego's user avatar

15 30 50 per page
1
2 3 4 5
291