Questions tagged as 'jquery-ui'

1
answer

Show message of success when dragging component with jQuery UI

I have the following jQuery: $(function() { $( "#sortable1, #sortable2, #sortable3, #sortable4, #sortable5, #sortable6").sortable({ connectWith: ".connectedSortable" }).disableSelection(); }); This jQuery drags one div into...
asked by 24.08.2016 / 15:47
1
answer

Click on a centered image and drag it to the left link or right link?

This would be the image centered in the middle of the page ... on the right side a link and on the left another link ... the user would have to click on that image and drag to enter the links ...     
asked by 14.04.2016 / 19:48
1
answer

Problems implementing the jQueryUI Accordion feature

And I did a quick search on this resource and found this page; link Then I created a folder with the name of GUJ and within this folder I put three files; One of JavaScript with the name of jquery-2.2.2.min.js and the other one with t...
asked by 06.04.2016 / 19:27
2
answers

How to set maxDate in datepicker for seven days after the selected date?

When a date is selected, the user should be able to select another date within a period of one week after the date that he selected. Here's the code I'm using: $(".datepicker_reservas").datepicker({ minDate: 0, numberOfMonths: [1,4]...
asked by 09.03.2016 / 19:36
3
answers

Modal jQuery or Bootstrap that receives email and name, automatically displayed when loading page

I tried the following code but it is not working <script type="text/javascript"> $(document).ready(function() { $('#myModal').modal('show'); }); </script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3....
asked by 05.07.2016 / 16:56
1
answer

jquery ui dialog does not expect confirmation

I'm using a ListView to generate buttons according to IdPassoWorkflow , and display the buttons as shown below. Whenclicked,Iopenadialogfortheusertoconfirmtheaction,theissueisthatdialogdoesnotwaitforuserconfirmationandalreadycal...
asked by 08.01.2016 / 12:46
2
answers

Delete selected input from an array with jquery condition

I'm having trouble removing selected inputs from various inputs. I have the following code: $(document).ready(function() { var btnremoveimg = $('.remover-img'); btnremoveimg.click(function() { $(this).parent().remove();...
asked by 20.08.2015 / 15:03
2
answers

jQuery - accordion open item individually

As I set up the accordion plugin of jquery-ui so that when I click on an item it does not close the others, for example, when I click it it opens the clicked and closes the others but I want it when I click on some which is open is still open, h...
asked by 09.06.2014 / 19:26
1
answer

Slide Transition

I have this automatic slide transition (Internet template) code. I would like to know how I would put the "Fade" effect. <img class="mySlides" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSFh65LFf2UPsjvNxBuBISj4C4WC3K9FtKfc1_v...
asked by 11.09.2018 / 01:18
1
answer

linked datepicker with Jquery

I have a form with a date period ('Start date' and 'End date'). The start date can not be less than the end date and the end date can not be less than the start date. These inputs are using the datequicker of the JQuery UI (JQueryUI 1.11.0 and J...
asked by 03.09.2018 / 20:27