Questions tagged as 'jquery-ui'

2
answers

Resize two divs at once with jquery-ui

When resizing a% change_with_% change the size of the other so that they remain fixed. Example, resizing down increases the size of% red_with% and decreases green's size and resizes to $("#div1").resizable({ handles: "s", }); *...
asked by 21.08.2018 / 18:11
1
answer

How to put a ui-accordion with another ui-accordion inside?

How do I uniquely identify the ui-accordion , the script is not loading? Javascript: $( function() { $("#accordion_search_item1,#accordion_search_item2,#accordion_search_item3") .accordion({ collapsible:true, hea...
asked by 18.09.2018 / 21:29
1
answer

progress bar does not work jquery

I'm trying to make a progression bar work, but I do not know what's happening, it does not give any errors on the console, but the progress bar does not move. $(document).ready(function(){ $('#js-upload-submit').click(function(){ $...
asked by 26.11.2017 / 05:33
1
answer

How to validate if the date is greater than the other? [duplicate]

How to validate if the date is greater than the other? I'm using .clone to duplicate the line! function validaData (local){ $(local).find(".calendario").each(function (index){ var dataInicial = new Date; var dataFinal =...
asked by 22.08.2017 / 17:28
1
answer

How to clear the contents of a variable inside a JQUERY function?

I'm starting to study Javascript and Jquery I'm developing the following page: TheproblemisthatwhenIclickonanewdatetheoldoneisnotresetasPrintbelow: IhavetriedeverythingtocreateaResetfunction,use.removebutnothingworks.Iwouldlikesomehelp!Herearem...
asked by 12.06.2017 / 22:26
1
answer

Method toggle () and position () together in jQuery

Is it possible to use the toggle () and position () methods in the same line of code? For example: $("#palette-base-category-"+category).toggle("drop", 1000).position({my:"right", at:"right", of:null}); att     
asked by 28.04.2017 / 13:28
1
answer

autocomplete UI with PHP does not accept accents

Colleagues. I'm using the autocomplete UI for an application, it works fine until the moment the word has accents. The bank is configured as: ThecodeIamusingis:<inputtype="text" class="form-control" id="txtBuscar" name="BuscarProduto"...
asked by 27.04.2017 / 22:45
1
answer

Close content when you click outside the menu

Good afternoon, I'm making a website that has a side website by clicking on the button the menu comes up on the right side of the screen, and I need it to close when it is clicked anywhere other than the menu so it can close, how can I do this ....
asked by 08.03.2017 / 19:53
2
answers

Get Input Text values within modal-body

Expensive; How to get INPUT TEXT values and direct them to Body-Modal? I have a form with multiple inputs disabled, so the user does not edit. However, by clicking the button that calls MOdal, I wanted the modal to appear in this modal....
asked by 31.08.2016 / 01:43
1
answer

Show warning for specific browser

I have a web application that works well on all browsers. It turns out that I needed to develop a feature that is not responding well in the browser that is already installed on Samsung smartphones. Through my Analytics reports, a good portio...
asked by 09.08.2016 / 13:59