Questions tagged as 'jquery-ui'

0
answers

JQuery AutoComplete with Sequence Selection

I have a text field in the database sql server varchar (MAX). I'm using JQuery and C # to do an autocomplete. This is populated by an "autocomplete.ashx" file called by jqyery. My field in the database is a string that is dynamically mo...
asked by 05.10.2015 / 22:42
2
answers

Element outside the dialog

HowdoIdisplayanul/divthatisinsidethedialog?Lookinthelowerrightcornerofthedialog<divid="dialog"> <div> <div> <button id="status-candidato">Run last action</button> <button id="select">Select an ac...
asked by 06.08.2015 / 15:31
0
answers

Autocomplete with search by id and name

How can I do an autocomplete with two column search of the database? I have already looked at several examples, and I have seen one that uses a grid genre, it is something like $("#seletor").combogrid(...) . I already managed to impl...
asked by 24.06.2015 / 10:34
0
answers

Google Maps and Jquery issues

I'm building a site with jQuery UI and google maps. My map div is inside another div (tab) of Jquery. I do not know if there is any conflict between jquery-ui and google maps because it does not work just shows a gray box with the zoom and stree...
asked by 15.07.2015 / 19:36
0
answers

Change image name, upload file jquery

Good morning Sirs, Someone who has already worked, or who understands the plugin code file upload jquery ESSE Could you tell me How do I change the name of the image before uploading? Example: The image is named image.jpg and I would lik...
asked by 12.08.2015 / 14:08
0
answers

Send input value file via ajax without form

I need to upload images inside a form. I would like to know if it is possible to pass parameters from the image upload form via ajax outside the general form? If so, how would I do it? I tried some forms, but none worked. NOTE: I am using val...
asked by 13.08.2015 / 14:03
1
answer

Instability when loading JQuery dynamically in window.load () in Firefox

I have a functionality where depending on the situation I must declare the JQuery library and some other scripts, such as the script Alert.js that a class of the same name. I have tested this functionality in Google Chrome and Firefox, in the...
asked by 04.11.2014 / 12:26
2
answers

Add a datepicker calendar to multiple dynamically generated fields

Add Calendar Datepicker | jQuery UI and several dynamically fields? This snippet of code is only formatting the mask of input : dd / mm / yyyy , I need it to show the calendar when the user clicks inside the input field an...
asked by 24.02.2016 / 13:34
2
answers

pass parameters by Dialog jQuery-ui

Good afternoon, I have the following code: <?php $list = $conn->prepare("SELECT * FROM produtos"); $list->execute(); echo '<div id="pd_list">'; echo '<div class="head">';...
asked by 25.10.2018 / 17:39
2
answers

Continuous bounce jquery effect

I wonder if you can do a button with Bounce effect in jquery, but the effect is continuous. I have a button ready but the duration of the effect is only 5s, I wanted it to continue the effect and it did not stop, it follows the file below: $(d...
asked by 05.02.2018 / 21:29