Questions tagged as 'jquery-ui'

1
answer

Copying one Datepicker to another and incrementing one year (jQuery UI)

In a project of mine, I have two fields set to datepicker (jQuery UI). Only the first one is editable ( InitialDate ). The second ( FinalDate ) must have the same value of InitialDate plus a year. If I use the follow...
asked by 11.02.2014 / 15:14
3
answers

Alert message in asp.net mvc

I have a form in Asp.Net MVC that terminates as follows <div class="modal-footer"> <input class="btn btn-primary" type="submit" value="Salvar" /> <a class="btn btn-default" onclick="FechaModal();">Cancelar</a> &...
asked by 24.06.2014 / 14:49
2
answers

Problem with Jquery dialog

I have a ListView that creates some buttons dynamically according to IdPassoWorkflow, and according to the step I need presents a message to the user confirms whether or not to execute the action, except that the Jquery dialog wind...
asked by 01.12.2015 / 18:56
1
answer

Send li value to input type hidden

I need to pass values that are in <li> to <input type="hidden"> , I have a list and the elements that have been selected will go to input (each to a input ). The problem I'm having is that when I select m...
asked by 04.08.2015 / 20:52
1
answer

Call function only for created div

Good afternoon, gentlemen, I'm trying to apply the jQuery File Upload plugin. It really is a simple and intuitive plugin, the problem is that I need to create, within the same page, several divs of image uploads, eg:...
asked by 29.07.2015 / 20:19
1
answer

Make tooltip read html tag

I'm using the jQuery tooltip and need to display a message formatted with html, for example $(function(){ $("input:file").tooltip(); }); <link href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css" rel="stylesheet"/&g...
asked by 05.02.2016 / 16:34
1
answer

Brake not to drag on sortable

This week I got help from Lúcio Rubens with a question, he helped me with this code, to get the IDs of the clicked elements. Now on top of this same code, I need to lock a UL so it will not allow more elements to be removed, This is the wo...
asked by 22.05.2015 / 19:18
2
answers

What jQuery plugin lets you select days and events each day in a horizontal timeline?

I have events that I keep in the database and want to create a timeline that shows the events of the day in order of occurrence and allows the user to advance or rewind the day and select the events. As he selects an event, different things are...
asked by 24.03.2014 / 14:59
1
answer

How to show the value of the jQuery UI Slider in a text input and update the Slider if a value is entered in the text input?

The result I need to achieve using the jQuery UI Slider seems simple. The Slider will be used to define the age of the user who would submit the form, with a minimum value of 18 (years) and a maximum of 100 (years) ... The intended purpose can b...
asked by 05.03.2014 / 22:39
1
answer

JQuey-ui depends on JQuery

Does jquery-ui depend on jquery in an application?, I ask because in the application I'm working on, apparently jquery.min is not being used, and I'm wondering if it has to be there to support jquery-ui. Thank you in advance, thank you.     
asked by 27.09.2018 / 15:02