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
-
13
votes2
answers1285
viewsCkeditor html content is empty after using jQuery-ui Sortable in your parent div
I want to leave "sortable" 2 or more div’s with a Ckeditor populated with html, but when doing this the html of Ckeditor loses the content and the editing space is blocked. Fiddle next:…
-
9
votes3
answers2830
viewsExtract data from txt file to use in autocomplete
Update: Just for the record, there is no need to use jQuery-ui, it can be with another solution. I’m creating a autocomplete for a form, containing all the options in the CBO - Brazilian Code of…
-
7
votes2
answers889
viewsIs it possible to disable a certain action of an HTML element with a certain class via jQuery?
On my startup I know that all links should block, using the plugin jquery-blockui, the screen to avoid multiple clicks of impatient user avoiding multiple and unnecessary server requests.…
jquery jquery-ui jquery-blockui jquery-ui-multiselectasked 10 years, 9 months ago Philippe Gioseffi 3,202 -
7
votes2
answers342
viewsTimepicker fields disappear when you select many dates
I’m creating an app with dynamic calendar creation. My application uses: Bootstrap 3 jQuery 1.11.0 jQuery-ui 1.10.3 jQuery Timepicker Addon 1.5.0 I create a calendar on the page (jQuery UI…
-
7
votes2
answers1595
viewsHow to make Jqueryui autocomplete with PHP return multiple data?
I have two inputs, I’m using the automplete in only one. The code of the autocomplete: $(document).ready(function() { $.getJSON('include/funcoes/carrega_cidades.php', function(data){ var dados = [];…
-
6
votes4
answers1343
viewsPlugin bootstrap-material-datetimepicker disable days of the week
I’m using the Timepicker plugin called bootstrap-material-datetimepicker: (https://github.com/T00rk/bootstrap-material-datetimepicker). I’d like to be able to shut down some days of the week, or…
-
6
votes1
answer577
viewsProblem with jquery-ui autocomplete via Ajax/PHP
Talk to the guys! I’m doing an application that recovers cities from a SOAP webservice, my application is already all ok, with queries, however I’m trying to implement now an autocomplete, and I’ve…
-
5
votes1
answer1179
viewsRecognize Aria-Selected="false" with jQuery
How do I make a jQuery that recognizes if aria-selected="false" and if true change the background of the div "arrow-btn-sub" to another image (arrow img). This is part of an acordion and I want to…
-
5
votes1
answer1012
viewsHow to implement drag-and-drop on an html page?
I am a Delphi programmer, but I would like to implement an html page with the drag and drop function of a page element. I’m creating an avatar mount page, but I’d like to leave the accessories…
-
5
votes1
answer578
viewsDynamically create Divs
Sirs, I am working with tabs in Jquery. I have a page called inclu_server.php where I do the Insert in the database of as many servers as I want. I need that after clicking the button next the…
-
5
votes1
answer486
viewsApplying datepicker to a dynamic input with Jquery
I have a form where you can add several fields with datepicker. However, when adding a new field to the form, the Jquery datepicker is not loaded. This is the JS responsible for cloning and adding…
-
4
votes3
answers257
viewsProblem with Jquery UI Slide Left
I’m developing a project and I needed to know how to slide a div to the left. I am currently using: $('#idDiv').toggle('slide', { direction: 'left', distance: 450 }); I wanted mine to div of 500px…
-
4
votes1
answer247
viewsjQuery Window plugin gives "$ is not defined" error
I’m having the following problem, I found a plugin, jQuery Window, that opens windows with minimize button, maximize, etc., and opens pages inside this window, only that I’m not able to make it…
-
4
votes1
answer848
viewsAutocomplete shows no results in View input
I have seen other cases in some answers here, I tried to follow the steps of other answers and did not help at all! I’m having a doubt, this is my first time using autocomplete of jquery, I’m new in…
-
4
votes1
answer728
viewsError inserting Apostrophe in component using Auto Complete
I’m having trouble inserting the ' Apostrophe when I’m going to search for the component AutoComplete of Jquery UI. Jquery $("#<%=txtHipotePai.ClientID%>").autocomplete({ source:…
-
4
votes1
answer105
viewsIs there any way for a div to assume the role of the scroll?
I have the following code: $("#scroll").draggable({ axis: "x", scroll: true, containment: "#area" }); .area{ position: absolute; width: 1010px; height: 100px; margin-top:10px; margin-left:10px;…
-
4
votes2
answers318
viewsProblems to remove Parent() items with jquery
Good morning gentlemen, I’m having a certain problem removing just one of the elements. I have a textarea that adds paragraphs, the problem is being at the time of deleting, I want btn to delete…
-
3
votes1
answer2302
viewsCustomize the appearance of the jquery-ui dialog widget
I am trying to change the appearance of the jquery-ui 'dialog' widget, and so far I have the following css code for this: .ui-dialog { position: fixed; z-index: 1050; display: none; overflow: auto;…
-
3
votes2
answers217
viewsProblems with date format
I am developing a system using C# MVC and Jquery UI and at the moment I am having problems with date formats, in inputs is the date in the correct format "dd/mm/yyyy" but the server is receiving the…
-
3
votes1
answer569
viewsHow to iterate over a JSON file to appear in the Auto Complete listing?
I’m making an autocomplete, via AJAX, that enters the web service, "Search in the Database" and returns me a String in the format JSON. I have to transform the JSON below in a list to iterate on it.…
-
3
votes2
answers797
viewsHow to take bar of a modal
Hello, how do I get this gray bar off the modal ?? $(function() { var dialog, form, dialog = $( "#painel_fazer_upload" ).dialog ({ autoOpen: false, height: 520, width: 500, modal: true, }); $(…
-
3
votes0
answers256
viewsSelect more than one date with Multidatespicker + shift key
I made an administrative system for a real estate rental site, to mark the dates that the property is already leased I used the Multi Dates Picker, worked really well. Now the client needs an extra…
-
3
votes0
answers1376
viewsWheel of Life Chart
I am looking for a tutorial, plug in Jquery or code for a graphic in the format "Wheel of Life", as in the image below. There will be no animation, but the data will be dynamic, coming from a…
-
3
votes1
answer207
viewsWhat is the difference between stable and legacy versions of jQuery UI?
I went to download Jquery UI and realized that it has two options, a stable call and another legacy, I would like to know the difference.…
-
3
votes2
answers425
viewsProblem with accentuation in . js after Concat and uglify in Gulp
I’m trying to optimize the organ site where I work and I’m facing problems after concatenating and minifying the Avascripts. Our Apache server uses ISO-8859-1 and all my files in Phpstorm are…
-
3
votes1
answer101
viewsDiv’s Auto Dimensionaveís
I’m having a question, I’m creating a page html where I’ll have 3 columns, however the user will resize her any way she wants, however automatically as divs will have to themselves auto adjust! I’m…
-
3
votes1
answer2320
viewsHow to play fade effect in modal bootstrap to jquery ui dialog?
I am standardizing the modal visualization effects, in this project I have both bootstrap modal and dialog, it turns out that both have distinct effects. wanted to leave them only with fade in,…
-
3
votes1
answer190
viewsLoad javascript file only on one page
Guys, I’m getting caught with something, I imagine it should be simple, but I’m all day moving files up and down and I can’t solve kkkkk Next, I have a system inside a Gentelella template, and by…
-
2
votes1
answer741
viewsCopying one Datepicker to another and incrementing one year (jQuery UI)
In a project of mine, I have two fields configured as datepicker (jQuery UI). Only the first is editable (InitialDate). The second (FinalDate) must have the same value as InitialDate plus one year.…
-
2
votes3
answers1752
viewsAlert message in Asp.net mvc
I have in an application in Asp.Net MVC a form that ends as follows <div class="modal-footer"> <input class="btn btn-primary" type="submit" value="Salvar" /> <a class="btn…
-
2
votes1
answer981
viewsHow to display the value of jQuery UI Slider in a text input and update the Slider if a value is entered in the text input?
The result I need to achieve using jQuery UI Slider seems to be simple. The Slider will be used to define the age of the user who would submit the form, with minimum value 18 (years) and maximum 100…
-
2
votes1
answer675
viewsenable onclick in the Select of a form
I need to do that by clicking on select popup but it is not working, already the input works normally $("#alert_button").click( function() { jAlert('Selecione Primeiro o Estado', 'Classificados…
-
2
votes2
answers515
viewsWhich jquery plugin allows you to select days and events each day in a horizontal Timeline?
I have events that I keep in the database and I want to create a Timeline that shows the events of the day in order of event and allow the user to move forward or backtrack the day and select the…
-
2
votes1
answer150
viewsError using Jquery UI and Bootstrap
I’m using Draggable jquery UI What happens is, when I put the element inside Div’s contents, I can’t get it out anymore And just remove the css from Bootstrap it works. Follows the Jsfiddle…
-
2
votes2
answers560
viewsLimit the amount of results that appear in the jquery-Iu autocomplete
I’m using the jquery-Iu Autocomplete and everything is working perfectly. However I would like to improve the script at one point. I would like to limit the results. Because if I type To no input,…
-
2
votes1
answer155
viewsTabs with slideup() and slideDown() for left and right
I’m wearing a plugin of tab.js and to change tab he uses slideUp() and slideDown(). Only I’d like to use Left and Right. How to do? My code: $(document).ready(function() { (function ($) { $('.tab…
-
2
votes3
answers134
views"Undefined is not a Function" when calling "tabs"
I have an error in my JS function, when I see through the browser, shows the following message: Undefined is not a Function Please any hint regarding this error? <link rel="stylesheet"…
-
2
votes1
answer144
viewsLock to avoid dragging in sortable
This week I received the help of Lucio Rubens with a doubt, he helped me with this code, to get the Ids of the elements clicked. Now on top of this same code, I need to lock a UL so that it does not…
jquery-uiasked 9 years, 6 months ago Marcos Paulo 649 -
2
votes1
answer306
viewsCall function for created div only
Good afternoon gentlemen, I’m trying to apply the plugin jQuery File Upload. Really it is a simple and intuitive plugin, the problem is that I need to create, within the same page, several divs…
-
2
votes1
answer184
viewsSend li value to input type Hidden
I need to pass on the values that are in a <li> for a <input type="hidden"> , I have a list and the elements that have been selected will go to a input (each to one input). The problem…
-
2
votes1
answer474
viewsSearch does not work on Jquery Modal Screen
We have a search screen that works like this: There is a main screen. On it a button calls the search screen. This screen is loaded into a IFrame that is inside a Modal jquery-ui(Dialog). On this…
-
2
votes2
answers13898
viewsHow to use jQuery Fadein and Fadeout effect in user warnings
have the script Fadein: <!DOCTYPE html> <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script>…
-
2
votes4
answers1160
viewsload datepicker plugin on page called with ajax
I’m using the plugin datepicker All my datepicker input, has the class called datepicker <input type="text" class="datepicker"> So, I have only one configuration for datepicker and can use on…
-
2
votes2
answers1108
viewsGrab the element ID when dragging and dropping
I found this code on the Internet and I’m studying how it works, to try to adapt in a system, I’ve already managed to get the id of the parent element, the id from the LI that I clicked is not…
jquery-uiasked 9 years, 6 months ago Marcos Paulo 649 -
2
votes1
answer2248
viewsHow to validate if the date is larger than the other?
How do I validate if the date is longer than the other? I’m using .clone to duplicate the line! function validaData (local){ $(local).find(".calendario").each(function (index){ var dataInicial = new…
-
2
votes1
answer256
viewsSave value in variable
I’m using the jQueryUI - Sortable to change the positions of the data in a table. However, I need to save the starting position (the position the line was before dragging) and the final position…
-
2
votes2
answers122
viewsDetermine the amount of autocomplete items a textfield can allow
I want to, for example, inform 3 of the autocomplete values in a textfield, textarea, etc. The textfield should then only keep this 3 values informed and will not allow typing any more. How can I do…
-
2
votes1
answer60
viewsJquey-ui depends on Jquery
Does jquery-ui depend on jquery in an application ? , I ask because in the application I am working apparently jquery.min is not being used, and the doubt and if it has to be there to support…
-
2
votes1
answer1185
viewsDisable date in Datepicker from SQL Server table
I have a system in Classic ASP, in which I have a scheduling calendar. I need to disable the dates that are in the table of holidays and compensations (id_holiday and date). I don’t know how to…
-
2
votes0
answers372
viewsClose button image in jQuery dialog does not appear
I created a modal window, the window is working, the button in the right corner appears, the event to close the window works perfectly, the image on the button does not appear. What should I do?…