Questions tagged as 'jquery-ui'

1
answer

How to go through all the bootstrap-table of my page

Hello, I currently have an mvc .net application where in a view I have several tables and the objective is to obtain all the data of all the tables, this is my html code for one of the tables: <div name="7488" id="7488" control-type="TIssFo...
asked by 22.05.2018 / 17:53
1
answer

Jump from one input to another without using tabindex

I have the following code that makes me jump from one input to another through a tabindexgt attribute, but only jumps among those that have that attribute if there is another input with another attribute that jumps. How can I do to jump from one...
asked by 27.11.2017 / 17:41
1
answer

How can I click on an image with a specific Zindex?

I have a problem I need to detect the event click on an image with a specific index, before clicking the id of the image I want to click, but it prevents me from detecting the event click on the image I want because there are other images with z...
asked by 24.10.2018 / 20:02
1
answer

How can a filter script be optimized to a table?

I have the following function in JavaScript to filter data from a table, but its response time while I am writing the data to search is very slow, is there any way to optimize it?     
asked by 01.08.2018 / 21:34
1
answer

Problem with jQuery ui and select2

At the moment I'm trying to solve a problem I have and that is when you activate the function datepicker of jQuery ui and% select2 only take me the first box of the table, can you help me as I do so that I put the attributes of...
asked by 17.04.2018 / 18:41
1
answer

How to configure Data table Jquery?

Good to know if you can configure Data Table and how to implement it but I wanted to know if you can choose what things to use if I only want the page because I only leave the page if I only want the search engine that only the search engine tri...
asked by 15.04.2018 / 17:17
1
answer

Can an expiration date be set for an html page?

People I have an html with an iframe inside where jquery and a webservice charge a voucher in pdf format, the problem is that the first proof that I want to open does well, while the following continue showing the first. I guess it's because the...
asked by 07.08.2017 / 13:37
1
answer

Make color animation in a title

I need to make an animation title that changes color after a certain time, then return to the original color, and keep changing between two colors indefinitely.     
asked by 15.03.2017 / 04:26
1
answer

Pass variable to jqueryui autocomplete

I want to pass a variable of a text type input to jQueryui autocomplete, but I think I have the wrong syntax or maybe it can not be done. The code I have is this: $('#InPedido_DirEnvio').autocomplete({ source:'./Scripts/Phps/Autocom...
asked by 12.06.2017 / 13:32
1
answer

JQuery UI Autocomplete - "This source is not a function"

I am trying to use the function autocomplete of JQuery UI to suggest words previously stored in localStorage . The problem is that it does not suggest them but if you save them and in turn when I test in console it returns...
asked by 13.03.2017 / 18:43