Questions tagged as 'jquery-ui'

0
answers

Pass an Array to Autocomplete jQuery-UI (ASP.NET)

I'm using the Autocomplete of jQuery UI, the point is that I receive an array from my controller and it does not show me the data (ASP.NET) <script src="~/Scripts/jquery.unobtrusive-ajax.min.js"></script> <script src="~/...
asked by 07.06.2018 / 04:54
1
answer

Problem when using autocomplete, Jquery-ui

The information brings it to me correctly and verifies by consola , my problem is, because I get those lines as if I wanted to show the information but has nothing, someone knows what is happening ?. $('#auto_tag').autocomplete({...
asked by 17.06.2018 / 02:37
0
answers

Jquery change the content of an element to a fontawesome icon

I have this HTML code in a TPL template called "customer-form.tpl" where I generate a series of buttons in a TPL template to show a user's edit fields, where the fields that come by default are rendered in prestashop and what I do the same is in...
asked by 28.03.2018 / 18:06
1
answer

Problems with the JQuery-UI DatePicker Calendar, it stays open when setting a setDate when loading my page

I am using the function datepicker() of JQuery-UI and I have programmed it so that when loading my page it shows me the current date in an input HTML . JavaScript code $(document).ready(function(){ $("#fecha-ticket")....
asked by 08.02.2018 / 04:45
0
answers

jquery ui datepicker date range, how to make the second date is not automatic

Good times I need to know how to do so that when the user selects the date of entry, do not open the 2nd date. HTML <div id="fecha" class="col-xs-12 col-md-6 right block-right"> <div class="col-md-7 col-xs-...
asked by 02.02.2018 / 22:03
1
answer

Move two divs to opposite sides

I have two divs, both with a button below, that when you click on it, you must move the div on the left, to the left, and the div on the right, to the right, until you both hide completely. In the resulting space, another div emerges in the cent...
asked by 02.01.2018 / 16:37
1
answer

Why do not you return the data of the json?

I'm working with the autocomplete ui by categories, the data is sent normally and the query runs smoothly but in the search engine does not return the data of the json ... what I'm doing wrong and how can I fix it? <%@ include file="....
asked by 03.01.2018 / 17:05
0
answers

DatePicker JQUERY UI - Redial dates from a database

What I'm trying to do is highlight some dates, taken from a database, in a datepicker. After searching a lot on the internet it seems normal, but I can not get it ... any help will be welcome. My codes: //función para mostrar el calendario...
asked by 20.12.2017 / 18:45
0
answers

Copy a value from an input into many other input with the same ID Drag and drop

I need to copy the value of an input in the specific position where it is released. My problem is that all the input have the same id, so the value is only copied in the first input of the form to be dragged. Try listing the id where you drop th...
asked by 13.11.2017 / 00:10
0
answers

how to use the jalert, jconfirm, jprompt?

Hi I have the following code, I am trying this library of jquery.alert but it does not work for me when I click on the button, no message appears, I do not know what I'm missing <!DOCTYPE html> <html xmlns="http://www.w3.org/...
asked by 18.10.2017 / 02:25