Questions tagged as 'jquery-ui'

1
answer

Prevent autocomplete jquery-ui from accepting words that are not in the list

I want to make my input autocomplete not accept any words that are not in a list. I am using the code below, taken from the jQuery-ui 1.12.1 website itself. <!doctype html> <html lang="en"> <head> <meta charset="u...
asked by 14.01.2018 / 13:51
1
answer

Leave the autocomplete related to textarea when it increases in size

I need to make the autocomplete accompany the textarea when it is increased. <form class="form-control form-inline"> <label for="tags" class="control-label" id="upBody">Component: </label> <textarea id="tags" ng-...
asked by 30.01.2018 / 16:01
1
answer

Customizing a JavaScript function [closed]

In addition to Width, Height and Resizable, what other attributes can be inserted into a function?     
asked by 25.08.2017 / 20:15
1
answer

fomatar data php

I'm trying to convert a date that comes from a datapicker, the date comes in dd/mm/yy format, but in order to work with it in mysql, I need it to be in yyyy-mm-dd format. I'm using the following code: $ini = $_POST['inicio...
asked by 28.05.2017 / 19:02
1
answer

JqueryUI autocomplete does not refine search

When using the autocomplete of Jquery Ui I have had a small problem. I am performing an ajax search to feed a text field. In this field a discipline is searched for and the autocomplete mounts the auto-suggestion menu. The search and presenta...
asked by 23.09.2016 / 17:51
0
answers

How to drag Div to another column? [closed]

In the image below, I have several columns where the user can drag the div and put it in another column, as shown in the image: I'musing Sortable for Jquery-UI . I can drag this div to the other column without major problems with the code...
asked by 24.08.2016 / 14:57
1
answer

Get auto ID complete and move to another form auto complete as parameter [closed]

I'm setting up a register where I select the state and an ajax searches the cities the client selects the city I show a form for him to type the name of the neighborhood where I use the auto complete my question is how to get the id of this form...
asked by 13.05.2016 / 02:38
0
answers

Handle sorting Drag and Drop values with Jquery

Scheme in image: Problems:Theorderandquantityofthefirstcolumnboxesshouldnotbechanged.IcouldnotjustleavethemforDRAG,thatis,Icannotremoveaboxfromthesecondandpassitbacktocoluna1,butbetweenthecolumnsofthedayoftheweekandwithoutgeneratingcopies.Ine...
asked by 03.02.2016 / 19:18
0
answers

How to update the database when reordering list by sortable

Daew lads, I'm using the sortable to reorder a list. How do I make the change in the bank within the function? Here is my code: <?php session_start(); if ($_SESSION['clienteLogado']=="") { header("Location:login.php");...
asked by 19.01.2016 / 17:30
0
answers

Wheel of Life Chart [closed]

I'm looking for a tutorial, plug in JQuery or code for a Graph in the "Wheel of Life" format, as in the image below. There will be no animation, but the data will be dynamic, coming from a PHP / MySQL application. Eachareaisdividedinto10piec...
asked by 27.10.2015 / 14:28