Questions tagged as 'jquery-ui'

1
answer

Error: popap html with Jquery

I have an error calling a popap using Jquery: 1. HTML Code Button <button type="button" class="btn btn-primary" id="btnAddCentrocosto" value="AddCentrocosto" onclick="$parent.openAddCentrocosto">Agregar Centro Costos</button>...
asked by 17.09.2017 / 06:29
0
answers

Using jquery-ui to perform searches in a head, with suggestions results

I have built a search engine that is issuing suggestions as we enter text in your box, is inserted in a header with styles in Bootstrap, to create it, I have used php, MySQL, Ajax, JQuery and JQuery-UI (with its js and css), the search engine co...
asked by 06.08.2017 / 22:09
1
answer

Knowing if a .dialog window is open

I have this code that opens jqueryui dialog windows on the page. function Ventanica(url,titulo,ancho,alto) { //configuro la ventanica if ($("#"+titulo).dialog('isOpen') === true) { $("#"+titulo).dialog("moveToTop") } else { //si la ventanu...
asked by 28.08.2017 / 18:50
0
answers

Problems jquery ui

I'm doing a Drag and drop system with jquery ui. The initial part declaring the elements sortables or droppables works perfectly, the problem is that these elements are stackable, creating groups among themselves and later being separa...
asked by 18.07.2017 / 10:50
1
answer

Problem highlight jquery ui Drag and Drop

I'm using jquery UI to make an interface with drag and drop, which works perfectly, the only problem is that in the first click on a draggable element I get a: Uncaught ReferenceError: highlight is not defined and it does not work, but cur...
asked by 06.07.2017 / 09:29
0
answers

The source of an autocomplete of jQuery UI is requested every time I press a key

Why is the autocomplete executed every time I press a key? This is the code used: $('#xmarcaId').autocomplete({ source: "productosServices17.html?opcion=PRUEBA", minLength:1, select: function(event, ui){...
asked by 30.05.2017 / 03:28
1
answer

Autocomplete jQuery-ui does not show data in Html.TextBox

I want to use jQuery ui Autocomplete in a MVC C # application that uses a WCF service. In my controller I make the call to the service and the service consults the database and everything goes well, the controller receives the letter that the...
asked by 29.05.2017 / 16:46
2
answers

how to get the "border-color" value of the ".ui-widget-header" class?

I'm working on dynamic web pages and I'm mostly working with jQuery and php. In jQuery is the section of jQuery-ui that elaborates a series of themes that can be modified dynamically. But there are some things that seem bug. Below the explana...
asked by 11.05.2017 / 16:26
2
answers

Jquery-ui dialogs do not work

I have the following problem: I want to open a dialog of jquery-ui for which I have the following code: <div id="dialog-form" title="TEST DIALOG"> <h3>Prueba Dialogo</h3> <form action="" method="POST"><...
asked by 02.02.2017 / 17:04
1
answer

Modify data DataTable

Good morning, see if you can help me: I have an ajax request so what: function getData(){ $.ajax({ url: url_serv, type: 'GET', dataType: 'json', success: function(data...
asked by 27.01.2017 / 08:48