Skip to main content

Questions tagged [jquery-ui]

jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.

jquery-ui
0 votes
0 answers
20 views

How can I fixColumn and adjust the content of fixedColumn columns?

Currently I am using a 3rd party datatable library. Here is my configuration when re-rendering the mesh to start loading the input data. _columns: is the list of columns I declared earlier Code: tbl....
Thới Lê Châu's user avatar
0 votes
0 answers
12 views

Jquery and Jquery UI update

i have Jquery 1.9.1 version and Jquery UI 1.10.3 and Require.js 2.1.5 in our currect project. i want update this file into our project i just replace those files into latest files like Jquery 3.7.1 ...
Sunil Suni's user avatar
-1 votes
0 answers
37 views

Jquery datatable theme upgrade

I have a site which is using jQuery dataTables version 1.10.24 and had some theme's setup like this image: I am trying to upgrade to the latest version of dataTables BUT I couldn't find the matching ...
Deva's user avatar
  • 9
-2 votes
0 answers
17 views

jquery move up calendar if no space at botton

I want to display calendar pop up to the upper side of the text box if there is no space at bottom, if there is space at bottom then it should display bottom to the text box as per normal dehaviour. ...
krunal's user avatar
  • 17
0 votes
0 answers
29 views

Dynamically inserted html() elements are not click() event functional, non-interactive [duplicate]

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

How to update the jQuery and jQuery-UI latest version

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

Updating jquery-ui ASP.NET Core MVC

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,414
0 votes
1 answer
20 views

Kendo grid not getting displayed

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

How to load data into Kendo grid using ajax call?

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

Text Wrap around JQuery Draggable/Resizable Image

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
0 answers
39 views

The dialog box is throwing an error when trying to open a dialog

Trying to create a dialog box with iframe in it, i am getting the following error: $("#dialogFrame").dialog({ autoOpen: false, // Dialog is not shown on page load modal: true, // ...
Smith Jonas's user avatar
0 votes
1 answer
13 views

jQuery UI Dialog flashes when positioned over triggering object

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

revert to original position a sortable if serverside update doesn't work

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 ...
Lelio Faieta's user avatar
  • 6,587
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
0 votes
1 answer
38 views

Jquery ui sortable table row with specific static column

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

15 30 50 per page
1
2 3 4 5
2650