Most voted "jquery-ui" questions
jQuery UI is a set with user interface interactions, effects, widgets and themes built on top of the jQuery library. Use this tag only when the question refers to jQuery UI and not to jQuery itself.
Learn more…219 questions
Sort by count of
-
0
votes0
answers37
viewsI built a playlist of videos in jQuery and it is working, but not as expected, where is the error?
I am an industrial designer (designer and illustrator) by training and I am not a programmer, but I like to learn about technology and programming. I built, with the help of jQuery tutorials on the…
-
0
votes2
answers307
views -
0
votes1
answer55
viewsHow to drop Draggable element only on Droppable Ivs and not drop to the rest of the screen
Talk, guys, I’m having a little problem here, I stopped using the **Drag and Drop** HTML5 native because it does not support Android browsers, so I started using the Jqueryui. I have some charts…
-
0
votes1
answer136
viewsHow to use Jquery autocomplete with C# ASP.Net?
Guys, I’m trying to use Jquery autocomplete in C# from a method that brings me a list of database clients (the database is the Northwind provided by Microsoft), but I’m getting an error that I can’t…
-
0
votes1
answer1113
viewsHow to change the CSS of Datepicker?
Watch the image; This is my HTML; <input class="form-control date-picker" placeholder="Data Início"> And this is my Javascript code; $(function() { $('.date-picker').datepicker( { changeMonth:…
-
0
votes0
answers106
viewsHow to integrate jquery-ui with React?
I am doubtful... I would like to integrate the jquery-ui with React... I am creating a calculator and do not know how to make it move on the screen. I’m trying to collaborate with free software and…
-
0
votes0
answers52
viewsFilter records from a table through any data entry field
Good morning, what I am trying to do is the following, I have two fields with inputs, 1 for Seller and another for Customer. Below these fields I have my table that loads the data that comes from…
-
0
votes1
answer61
viewsAutocomplete does not go to the specified page
I am using jQuery to create a search field with "autocomplete" that is working perfectly. However, I am unable to direct to the link, when the user selects. My code is like this: <head>…
-
0
votes1
answer24
viewsWhat to do? Safari IOS does not display elements within jQuery UI generated dialog
Good morning. Introduction: I have a site in production using jQuery UI for a long time. Except for the problem I present, all dialogs show everything in Safari IOS. The problem: I developed a new…
-
0
votes0
answers32
viewsHow to set the date in Jquery UI month and year inputs?
Good afternoon guys, I created a Jquery UI datepicker for months and years (only) as follows: $.datepicker.setDefaults($.datepicker.regional["pt-BR"]); $(datePickerId).datepicker({ changeMonth:…
-
0
votes2
answers112
viewsSearch with Jquery filter
I have a Select, and a search field, which searches everything within a table. <select class="custom-select col-12" id="selecionarOrgao"> <option value="">Escolha o órgão</option>…
-
0
votes0
answers21
viewsjQuery is not defined joomla
I have a code for the anime of my joomla site using jQuery, however I noticed by the inspector that a few days after the php version update, these animations stopped working and this error appeared.…
-
0
votes1
answer27
viewsChange Css with Jquery in multiple elements, one by one
I have a code, which changes the CSS of the element SELECT based on the value that is currently selected. The problem is that I have over 100 Selects to apply this effect, but my code only reads the…
-
-1
votes1
answer33
views -
-1
votes1
answer37
viewsDrag drop jquery ui dialog box/ html / css
People in one application would like to basically drag a div that is inside the dialog box and put it in another one. When trying to do with my code the div tends to disappear when I start to…
-
-1
votes1
answer862
viewsReceive the value of a datepicker
I have a Picker date like this $('#datepicker2').on('change', function() { console.log('Submiting form'); console.log(this.value); $('#form1').submit(); }).trigger('change'); <script…
-
-1
votes1
answer66
viewsInclude icons on modal buttons
Good afternoon, I am creating a modal that is already with all the perfect functionalities, but I need to include in the buttons the accept and cancel icons to leave more didactic for the user, but…
-
-1
votes1
answer43
viewsListing after select from an autocomplete
Hello, my question is: By making a select in some of the options of autocomplete, should show the content on the page. When clearing the entered data on input, page back to previous state. That is,…
-
-2
votes1
answer84
viewsSlider Jquery UI
I am developing a slider where I need to show 4 images at a time, 2 at the top and 2 at the bottom, using jquerUI slider, I made an example in jsfiddle, but I am only able to put all in line,…