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
-
2
votes2
answers80
viewsProblem with Jquery dialog
I have a ListView which creates some buttons dynamically according to Idpassoworkflow, and as the step I need presents a message to the user confirms whether or not to execute the action, only that…
-
2
votes1
answer261
viewsjQuery UI autocomplete only works once
I am working on a functionality of a Rails application where we use a Gem call Best in Place, which provides the possibility of inline editing of model attributes. But there was a need to use jQuery…
javascript jquery ruby-on-rails jquery-ui jquery-pluginsasked 8 years, 12 months ago Pedro Vinícius 1,870 -
2
votes1
answer94
viewsMake tooltip read html tag
I am using the jQuery tooltip and need to display a message formatted with html, for example $(function(){ $("input:file").tooltip(); }); <link…
-
2
votes1
answer603
viewsMessage de Aguarde when clicking the save button
Hello, gentlemen I’m having trouble putting a message waiting for the user when they click save button and stay waiting for the return of the server. I am using Jquery Dialog and Partial View to…
-
2
votes3
answers681
viewsHow to check the ID value of a tag and how often does it repeat with Jquery?
Personal I have an excerpt of a code referring to image below In the first div shows a list of students. In the second the students that the user chooses for his group, as he clicks on each student…
-
2
votes4
answers232
viewsHow to change the date order of an implode from a jquery datepicker
I have the following $_get : if(!empty($_GET) && $_SERVER['REQUEST_METHOD'] == 'GET'){ $v_ocorrencia = $_GET['ocorrencia']; $datainicio = $_GET['datainicio']; $datafinal =…
-
2
votes1
answer588
viewsClear form field, if autocomplete is null
I am using the code for autocomplete below. I type the initials of a fruit and my select returns the names of the fruits that match those initials. Selecting one of them, I take the id and play in…
-
2
votes1
answer62
viewsdoubts with sortable jquery
I’m having doubts about using jQuery’s sortable. 1º I have to block so that the user never puts a tr on the th 2º Note that when dragging a place row the data is all stuck together, how to keep the…
-
2
votes2
answers4025
viewsJquery UI autocomplete JS input
Hello I have a problem here when I create an input dynamically and it should work the Widgets autocomplete jquery ui. I saw several forums and they show how to make it work, but my problem is that…
-
2
votes2
answers81
viewsHow to limit the Slider widget Handler for jQuery UI?
I’m using the Slider of jQuery UI, and I’m hoping that the Handle responsible for moving the slider, stay within the limits of the slider. Currently it is like this: Limit 0%: Limit 100%: I want him…
-
2
votes1
answer77
viewsHow to use Jquery UI with Jquery 3.1
I’m using the Jquery UI 1.12 with the Jquery 3.1.1 and using the functions draggable and resizable. However, always when I test it does not work because it gives the exception…
-
2
votes1
answer2494
viewsConfigure minDate and maxDate in jQuery-UI Datepicker
I wanted to know how to properly use the maxDate and the minDate. Ex.: My calendar starts in 1970 and ends in 2017: $(document).ready(function(){ $('.datepicker').datepicker({ format:'yyyy-mm-dd',…
-
1
votes1
answer476
viewsMultiple POST Optimization via Ajax
I have a small application, and I built it as I got to know Laravel, so nowadays there are things that I see are wrong and I try to adapt to good programming practices and one of the key points are…
-
1
votes1
answer412
viewsDrag & Drop Jquery UI how to hide Div after drop?
I’m trying to do the following operation, I have 3 Divs a Droppable and 2 Draggable, I want when I drag one of the draggables and drop on top of the droppable the Draggable is hidden by stopping…
-
1
votes2
answers446
viewsJcrop distorting the image at the time of selection
I want to use Jcrop in one .dialog(), but it is not working properly, the selection of Jcrop is getting wrong, distorting the image: Instead of doing like this: The js is like this:…
-
1
votes1
answer4075
viewsHow to put time and date in input fields with jQuery and jQuery UI?
How to include jQuery UI style files and Javascript files so that date and time inputs show pt_BR fields perfectly? You need to modify library attributes?
-
1
votes1
answer2437
viewsHow to disable date and time spent in jQuery UI calendar?
I would like to know how to create a function that disables the dates passed in jQuery UI. For example, it is now 15/09/2014 07:31:25, how to disable any date and time prior to this current time?…
-
1
votes1
answer799
viewsShow jquery-ui icon on the close dialog button
I am customizing the appearance of the jquery-ui dialog widget and so far my css is as follows: .ui-dialog { position: fixed; z-index: 1050; display: none; /*overflow: auto;*/ /*overflow-y:…
-
1
votes1
answer185
viewsUse Jquery Autocomplete in Id properties
I have my Model as follows public class Album { public int Id {get;set;} public int ArtistaId {get;set;} } public class Artista { public int Id {get;set;} } And in my view, I use:…
-
1
votes2
answers193
viewsDate Picker opens itself when it changes neighbor input
Good morning, I have the following code: var maxDate = new Date(); maxDate.setDate( maxDate.getDate() + 364); $(".dtpBloqueio").datepicker( { numberOfMonths: 2, dateFormat: 'dd/mm/yy', maxDate:…
-
1
votes3
answers5147
viewsAngularjs vs Jquery input mask
I have a ng-repeat and I need the input field to have the following format: 9.999.99 Code: <tr ng-repeat="item in estado.tabela | orderBy:'ano'"> <td>{{item.ano}} </td> <td>…
-
1
votes1
answer323
viewsjquery-ui dialog displays only the title bar
in my spring application, every link in the class popup on the page below is opened in a popup window implemented with the widget dialog jquery-ui: <%@ include file="../include/header.jsp" %>…
-
1
votes3
answers4377
viewswindow.close does not work
I am implementing the Jquery UI Dialog in my application. When the dialog is closed it should close the current window using the method window.open(); javascript. However this does not occur, and…
-
1
votes1
answer168
viewsHow to perform a UI jquery effect without losing component positioning?
The idea is for the div to stay at all times centered on the page, even executing the effect, and this behavior is not observed in Firefox, where the component appears vibrating on the left instead…
-
1
votes1
answer494
viewsInstability when loading Jquery dynamically in window.load() in Firefox
I have a feature where depending on the situation I should declare the Jquery library and some other scripts, such as the script Alert.js than a class of the same name. I have tested this…
-
1
votes0
answers214
viewsChange image name, upload file jquery
Good morning Gentlemen, Someone who has already worked, or who understands the code of the jquery file upload plugin THAT ONE Could you tell me how I change the image name before uploading? Example:…
jquery jquery-ui jquery-mobile jquery-validate jqgridasked 9 years, 3 months ago Jeferson Kaefer 435 -
1
votes3
answers995
viewsDisable all Dropdownlist Options s less what is selected
How to disable all options of a combo minus the selected value using Jquery. As in the image below: Follow the HTML in the image: HTML <!DOCTYPE html> <html> <body> <select>…
-
1
votes2
answers853
viewsDatepicker does not work
I’m building a system in which I have to register plane of steels, so far so good... At the time of registration there are three inputs, What, Who and When as shown below: The problem is when I…
-
1
votes2
answers60
viewsDatepicker not render next months?
We have this example: http://jsfiddle.net/3eBLH/. When I click on the month of May, it renders the next 2 months. There’s a way to disable it?…
-
1
votes1
answer773
viewsjQuery UI autocomplete with AJAX call not displaying settings
Well, I’m trying to implement the jQuery UI in my code, but partially it does not work because it does not display the options below the component of input. It performs of being correct the request,…
-
1
votes1
answer814
viewsJavascript Progress Bar
Hello people how to make progress bar in javascript equal to the image…
-
1
votes1
answer226
viewsMake Vertical slide with scroll and fade and Parallax
I wanted to make a slide like this site: http://www.midtownatlinnovates.com/why-midtown/ , where the information is divided vertically and scrolling down changes the image and info. Someone can shed…
-
1
votes2
answers2740
viewsDatapicker in Portuguese
I need to put a datapicker on a page, the same should be in Portuguese and in "dd/mm/yyyy format". <div class="form-group col-md-2"> <input type='text' class='form-control datepicker'…
-
1
votes1
answer460
viewsjQuery Autocomplete - Keywords
I’m using this plugin (https://jqueryui.com/autocomplete/) to make a search bar on the system. It works perfectly. But I would like to know if it has how to use reference words. I would like to…
-
1
votes2
answers1732
viewsConflict of jQuery
I’m having a jQuery conflict. I use an Admin, where there are several resources ready. I needed to add an autocomplete When after I finished I realized that the menu was no longer opening... This is…
-
1
votes2
answers513
viewsAutocomplete with jquery and mysql does not list the options when starting to type
I have the following form: <?php //CHAMA A CONEXÃO COM O BANCO DE DADOS require('../db/conexao.php'); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8">…
-
1
votes1
answer820
viewsMark current date in Datapicker
Colleagues, How do I make the current date on the Find date checked and change the previous dates that are disabled? See: I managed to disable the previous dates using the code below, but they get…
-
1
votes1
answer40
viewsCustomizing a Javascript function
In addition to Width, Height and Resizable, which other attributes can be inserted in a function?…
-
1
votes0
answers211
viewsAutocomplete with id and name search
How can I make an autocomplete with search in two columns of the database? I’ve looked at several examples, and I’ve seen one that uses a kind of grid, it’s like $("#seletor").combogrid(...). I’ve…
-
1
votes0
answers490
viewsGoogle Maps and Jquery problems
I’m setting up a site with jQuery UI and google maps. My map div is inside another Jquery div (tab). I don’t know if there is a conflict between jquery-ui and google maps, because it doesn’t only…
-
1
votes1
answer102
viewsCount back
Good morning gentlemen, I need to count elements of a li and add these values dynamically by counting the previous li elements: <div class="conteudo"> <ul> <li><i…
-
1
votes1
answer737
viewsHandle jQuery array objects
I have a read that receives various values, they have the same class. I need to take these values and pass to Hidden fields to send via $_POST to a PHP page. I was able to bring the data I need, but…
-
1
votes1
answer1611
viewsTake the value of a li and create an Hidden input with the value when the li is clickada
Good morning, gentlemen, I’m having a hard time making a move. I want that when clicked on li, it add in div #form an input type Hidden with the value of li. and that this happens only when clicking…
-
1
votes2
answers46
viewsElement outside the dialog
How do I display a ul/div that is inside the dialog? Note in the bottom right corner of the dialog <div id="dialog"> <div> <div> <button id="status-candidato">Run last…
-
1
votes1
answer430
viewsjQuery, how to change the z-index of datepicker
When I make one $('#man_dia').datepicker(); the tag with id='man_dia' is just an input, and jQuery alone inserts the other elements into the DOM, I even get the id that jQuery generates to change…
-
1
votes0
answers957
viewsSend input file value via ajax without form
I need to upload images inside a form. I wonder if it is possible to pass the parameters of the image upload form via ajax outside the general form? If yes, how would I do? I tried some ways, but…
-
1
votes1
answer354
viewsAutocomplete with jQuery and Django
Hello, I did a search on the site, but did not find, if anyone knows a link that already deal with this subject, please post. Next, I made an autocomplete in a form of Django with jQuery and…
-
1
votes1
answer647
viewsValidate several Emails within input from the enter key with jquery
I want to use a input to store several emails but I’m having difficulties to implement this in practice. when placing an email on input the user type enter, to validate the email, if valid add the…
javascript jquery jquery-ui jquery-mobile jquery-validateasked 9 years, 2 months ago Jeferson Kaefer 435 -
1
votes1
answer1088
viewssearch product/property with autocomplete and fill content dynamically with php and mysql
I am developing a quick search field with jquery ui, php and mysql autocomplete. The autocomplete works perfectly however, I would like to do otherwise. When the user starts typing in the field is…
-
1
votes0
answers106
viewsJquery Autocomplete with Sequence Selection
I have a text field in the sql server database varchar (MAX). I am using Jquery and C# to make an autocomplete. This is populated through a "autocomplete.ashx" file called by jqyery. My field in the…