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...
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>
&...
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...
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...
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:...
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...
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...
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...
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...
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.