Questions tagged as 'jquery-ui'

2
answers

Datepicker does not work

I am building a system in which I have to register a stock plan, so far so good ... At the time of registration there are three inputs, What, Who and When as shown below:   TheproblemiswhenIclickonthenew"When?" field, because the datepicker d...
asked by 09.03.2015 / 19:35
1
answer

Use 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: @Html.TextBoxFor(model => model.ArtistaId, n...
asked by 31.12.2014 / 02:48
1
answer

How to execute a jquery UI effect without losing component positioning?

The idea is that the div is always centered on the page, even though it is performing the effect, and this behavior is not observed in Firefox , where the component appears vibrating on the left instead of vibrating where it is positioned (al...
asked by 03.11.2014 / 20:12
1
answer

autocomplete jQuery UI with AJAX call not displaying the aptions

Well, I'm trying to implement the autocomplete of the jQuery UI in my code, but in a partial way it does not work as it does not display the options below the input . It performs the request correctly, but when the options are displayed on t...
asked by 18.03.2015 / 00:35
1
answer

How to put time and date in input fields with jQuery and jQuery UI?

How do you include jQuery UI style files and JavaScript files so that the date and time inputs perfectly display the fields in pt_BR? Do I need to change the attributes of the libraries?     
asked by 21.08.2014 / 17:54
2
answers

Jcrop distorting the image at the time of selection

I want to use Jcrop in .dialog() , but it is not working correctly, Jcrop selection is getting wrong, distorting the image: Insteadofdoingso: The js looks like this: $('.imagem_principal').live('click', function() { var foto =...
asked by 08.03.2014 / 14:10
1
answer

jquery-ui dialog displays only the title bar

In my spring application, every link of class popup on the page below opens in a popup window implemented with the dialog widget of jquery-ui: <%@ include file="../include/header.jsp" %> <div class="navbar navbar-in...
asked by 20.06.2014 / 23:06
1
answer

Multiple POST Optimization via Ajax

I have a small application, and I was building it as I got to know Laravel, so nowadays there are things I see that are wrong and I try to adapt to good programming practices and one of the key points is the endless inclusions in db , via ajax....
asked by 18.02.2014 / 19:49
1
answer

Drag and Drop between columns with Sort, move the cards between them

I'm developing an application where I have 3 columns of cards, I need the cards to be moved from one column to another and between each other. I managed to get the card to be moved to another column, but I can only move it one time, once it i...
asked by 06.07.2018 / 01:35
1
answer

AUTOCOMPLETE jquery ui

Galera, beauty? I made a script in jQuery that uses Autocomplete in a search bar, the code works, however when it appears select with the options my header is on top, what can it be? Thank you //JQUERYUICODE$(function(){varCategorias=["Doces",...
asked by 05.06.2018 / 05:18