Questions tagged as 'jquery-ui'

1
answer

Position elements with respect to a div in specific

I am doing a section for my web where the content I generate dynamically in an administrative panel that I have created previously. The content is inserted (text, images, titles and links) and can be draggable using draggable jquery-ui so I can...
asked by 21.12.2018 / 06:50
1
answer

Pass Data to a modal window with jquery

I have a JS function, which receives a parameter. This function, raise a dialogomodal box with jqueri.UI and I need to know how to pass the parameter, since this dialog box allows the user to select a file, and when it is selected I must pass to...
asked by 13.12.2018 / 22:39
0
answers

Complete a datetimepicker with the data of another

I have 2 datepicker: . The first one shows a date when a record was entered In the second the date of edition is shown How can I make the second datepicker show the same value as the first one by default and also change the data of the...
asked by 01.11.2018 / 17:54
0
answers

As about putting a png image on another

I need to show the user an image in this case is with the background id But at the same time superimpose on this in a hidden way this second image that I call the mask id, so that when the user clicks on a character actually clicks on a color...
asked by 18.10.2018 / 20:27
2
answers

Convert color RGBA to HEXADECIMAL with javascript

Hello friends, I have this script where I get the rgba color of an image, but I need to convert it to hexadecimal and save it in a variable const img= document.getElementById('imagen'); const output= document.getElementById('output'); img.add...
asked by 18.10.2018 / 00:15
0
answers

Event Contamination click on other events click javascript

I have a problem in my project, I am listening to the click event of an image called "mask", conditioned by the detected color where the user clicks on code should execute one or another action conditioned by the color to which he has clicked th...
asked by 24.10.2018 / 17:09
0
answers

How to replace database with JSON file for Jquery Ui autocomplete?

I'm doing a search engine and I'm using Jquery UI autocomplete to bring suggestions from a database. My question is if I can (and if so, how it is done) replace the database with a JSON file because I imagine it must be faster. My current code i...
asked by 23.08.2018 / 21:10
0
answers

Show table fields jQWidgets in excel file

Hello this time I have this function (initGrid) to load a table with jQWidgets, the loading of the table is done correctly .... function initGrid(cb){ var alto = window.innerHeight; alto -= 250; $grid.jqxGrid({ theme:...
asked by 23.08.2018 / 01:29
1
answer

Problems loading datepicker inside a div col-lg-pull bootstrap

In the input that I enter date, use datepicker in the following way: <div class="col-lg-2"> <input type="text" class="form-control" title="" id="fechar"> </div> $(document).ready(function () { $("#fechar").addClass("d...
asked by 11.08.2018 / 06:36
0
answers

jquery ui dialog inside infowindow - google maps

How can I put a dialog of jquery ui inside the infowindow of google maps? how can i get to jquery ui dialog inside an infowindow of google maps? link     
asked by 18.06.2018 / 02:22