Questions tagged as 'jquery-ui'

1
answer

doubts with sortable jquery

I'm wondering how to use the jQuery sortable. I have to block so that the user never puts a tr on th 2º Notice that when you drag a place line the data is all stuck together, how do you keep the columns separated? $(doc...
asked by 08.05.2017 / 18:10
1
answer

Clear 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 with the names of the fruits that match those initials. Selecting one of them, I get the id and play in another field. So far the problem is that I...
asked by 27.12.2016 / 22:41
1
answer

Search does not work on Jquery Modal Screen

We have a search screen that works like this: There is a main screen. In it a button calls the search screen. This screen loads into a IFrame that is within a Modal jquery-ui(Dialog) . In this screen (search) I select some filters a...
asked by 06.08.2015 / 19:53
2
answers

Limit the amount of results that appear in the jquery-iu autocomplete

I'm using the jquery-iu Autocomplete and everything is working perfectly. But I would like to improve the script at one point. I'd like to limit the results. Because if I type A in the input, it appears INPUTS results and this is bad from th...
asked by 28.12.2014 / 05:10
1
answer

Error using Jquery UI and Bootstrap

I'm using Draggable of Jquery UI What happens is that when I put the element into the content div, I can not remove it anymore And just remove the css from Bootstrap that it works on. Follow the JsFiddle     
asked by 21.11.2014 / 19:01
1
answer

activate onclick on the Select of a form

I need to do that with clicking select select popup but it is not working, input works normally $("#alert_button").click( function() { jAlert('Selecione Primeiro o Estado', 'Classificados Publico'); }); <input id="alert_butto...
asked by 15.10.2014 / 01:27
2
answers

How to limit the jQuery UI Slider widget handler?

I'm using the Slider of the jQuery UI , and I'm wanting the handle responsible for moving the slider, stay within the limits of the slider. Currently it looks like this: Limit 0%: 100%limit: Iwantittostaywithinthelimitoftheslider,l...
asked by 11.09.2017 / 03:29
1
answer

Autocomplete of jQuery UI only works once

I'm working on a feature of a Rails application where we use a gem called Best in Place , which provides the possibility of inline editing attributes of a model. But there arose the need to use autocomplete of jQuery UI when the user is editing...
asked by 04.12.2015 / 13:03
1
answer

Message Waiting for the save button

Hello, gentlemen, I'm having trouble putting a message waiting for the user when he clicks the save button and waits for the server to return. I'm using Jquery Dialog and Partial View to load an html from the server inside a div. Anyone have an...
asked by 11.02.2016 / 21:16
1
answer

Save value to variable

I'm using 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 end position (where the line was dragged). These variables, I w...
asked by 25.06.2015 / 20:00