Questions tagged as 'jquery-ui'

0
answers

Help with jQuery slide ranger UI

I have a jQuery slider ranger, it works normal but the problem is that when I'm on mobile (mobile) I can not drag the slide so it works, it has to click on it. $(function() { $("#hora-range").slider({ range: true, mi...
asked by 11.04.2018 / 14:26
0
answers

Ajax GET Autocomplete Problem

I have the following function, which does a GET for my API: function filmeBusca() { var prefixo = $('#buscaFilme').val(); $("[id$=buscaFilme]").autocomplete({ source: function (request, response) {...
asked by 01.03.2018 / 02:41
0
answers

Month and day inverted when saving to database

I am using datepicker of jqueryUI to choose the date in a calendar, the problem is, if I choose 04/12/2017 it is saved in the 12/04/2017 database. datepicker: $('#schedulingCalendar').datepicker({...
asked by 28.11.2017 / 14:41
1
answer

how to leave only the input of a dialog with the draggable disabled?

I have a function that makes the dialog get draggable enabled but I need to be able to edit an input within this dialog. How do I just make this input not inheriting draggable from parent dialog? function to leave draggable enabled: functio...
asked by 28.11.2017 / 12:42
2
answers

How not to display in the input with autocomplete jQuery UI the HTML of the variable?

I'm using the jQuery autocomplete . I was able to make it interpret HTML , but HTML is displayed in input . I need to format my search like this, like I did: WhenIclick,however,theresultisdisplayedlikethis: Youshouldnotdisplaytheta...
asked by 26.11.2017 / 01:32
0
answers

does not allow when dragging the dialog it leaves the useful area of the page

When I drag the dialog to the bottom, right or bottom of the page, it pops the screen out of the html, how can I prevent it from overriding the page? I put overflow: hidden; but it does not prevent     
asked by 30.11.2017 / 19:02
1
answer

Zoom in on the value found after searching

Hello! I'm developing a map here and I have a search field and a map with the layers. I'm using leaflet and the search I'm doing custom, because the plugin does not meet my needs. I'm having trouble zooming after finding what I'm looking for....
asked by 22.11.2017 / 00:08
1
answer

Using two options simultaneously JQueryUI Dialog Widgets

I'm trying to implement the JQuery-UI Dialog Widget so that the entire screen (and more) is completely populated by Dialogs of different width and position. But I'm facing two problems: 1) I can not set the two options in JQuery UI. Either...
asked by 28.09.2017 / 20:23
1
answer

Shake animation not for?

I have a problem with the shake animation, once it starts, I can not get it to stop var shakeit = null; function abre(a){ clearInterval(shakeit); } function fecha(){ var shakeit = setInterval(function(){ $(".left_noti2").effect...
asked by 20.09.2017 / 20:51
2
answers

jquery datepicker is always visible

I'm trying to use the jquery datepicker, but every time I create it it always pops up, as if it had statically there. Example of what is happening, and not appearing only when I click. link     
asked by 26.05.2017 / 21:05