Questions tagged as 'jquery-ui'

1
answer

jQuery Autocomplete - Keywords [closed]

I'm using this plugin ( link ) to make a search bar on the system. It works perfectly. But I'd like to know if you can use reference words. I would search for keywords, and it would return me related elements. Example: Search for "Boat" and it s...
asked by 03.01.2017 / 14:36
1
answer

Vertical slide with scroll and fade and parallax

I wanted to make a slide just like this one: link , where information is divided vertically and when scrolling down it changes the image and the info. Can anyone give me a light for this? Thank you     
asked by 25.10.2016 / 11:49
1
answer

Move div to another div and update database

I have the following jQuery $(function() { $( "#sortable1, #sortable2, #sortable3, #sortable4, #sortable5, #sortable6").sortable({ connectWith: ".connectedSortable", receive: function( event, ui ){ jQuery("#carr...
asked by 25.08.2016 / 15:47
1
answer

Progress bar in javascript [closed]

Personal wave how to make progress bar in javascript equal to image     
asked by 09.09.2016 / 14:10
1
answer

jquery ui autocomplete + php does not work

I have the following codes that are not working: Maybe I should add something to them, but I do not know how ... JS: <script> $(document).ready(function(){ $('#busca').autocomplete( { source: "busca_empresa.php"...
asked by 26.03.2016 / 21:10
2
answers

Datepicker will not render next months?

We have this example: link . When I click on the month of May, it renders the next 2 months. Can you disable this?     
asked by 24.03.2016 / 21:21
1
answer

Moving (drag) three divs at the same time and deactivating with a checkbox

I am using this code to move divs simultaneously: link The logic: If checked checkbox, use 'drag in group', otherwise, use 'drag per unit'. But once the checkbox is unchecked (to use 'drag per unit') the same is not working as it should...
asked by 14.01.2016 / 01:16
1
answer

Auto complete of JqueryUi

I'm not able to list my Json in the jqueryUI autocomplete. In the browser console I see that it is calling more does not show at the time when I append the append in LI. $(function(){ var mostraLista = "http://jsonplaceholder.typico...
asked by 23.12.2015 / 18:19
1
answer

jQuery, how to change the z-index of datepicker

When I make a $('#man_dia').datepicker(); the tag with id = 'man_day' is just an input, and jQuery inserts the other elements in the DOM alone, I even get the id that jQuery generates #ui-datepicker-div { z-index: 999; } Bec...
asked by 07.08.2015 / 15:10
1
answer

Handle jQuery array objects

I have a li that receives several values, they have the same class. I need to get these values and move to hidden fields to send via $ _POST to a PHP page. I've been able to get the data I need, but I need to pass this data one by one. $...
asked by 03.08.2015 / 23:23