Questions tagged as 'jquery'

2
answers

Dropdown and Autocomplete

I have a question about how to perform a particular function. Iwouldlike,whenaparticularsupervisorwasselected,inthe"technician" box a list of technicians related to it is displayed. Example: I selected the 3rd supervisor, as shown in the...
asked by 19.03.2018 / 19:54
1
answer

Populated table via bank coming with empty field

I'm populating a table via a select that I have in my file selectUser.php . selectUser.php: <?php require "conexaoBD.php"; $nome = $_GET["nome"]; try { $pdo = new PDO($server, $dbuser, $dbpass); $sql =...
asked by 24.04.2018 / 18:27
2
answers

Open page after upload

I'm thinking of doing this using jQuery and I have used some methods already available on the internet but they are not working. I tried to modify it more, I think I'm doing it the wrong way. What I want to do: The page should open after load...
asked by 01.06.2014 / 03:14
1
answer

jQuery DataPicker error on page with Ajax

I'm finalizing a registration page and realized that jQuery Calendar after being uploaded a second time does not work. $(function() { //Mascaras para Calendário.... $( "#datepicker10,#datepicker11,#datepicker12,#datepicker00" ).datepi...
asked by 28.05.2014 / 00:04
1
answer

Changing the color of the td without updating the page with ajax

How to solve this problem, I saw that there are solutions in ajax but I could not develop, what I need is to change the color of the td of a table without having to refresh the page , the color change of the td should happ...
asked by 05.06.2014 / 02:59
1
answer

JQuey-ui depends on JQuery

Does jquery-ui depend on jquery in an application?, I ask because in the application I'm working on, apparently jquery.min is not being used, and I'm wondering if it has to be there to support jquery-ui. Thank you in advance, thank you.     
asked by 27.09.2018 / 15:02
1
answer

Difficulty in positioning controls with bootstrap

I have cshtml , which needs to position some controls. I placed a table on the left side of the document. Now I need to position multiple controls labels next to the table and those labels one below the other. My table alread...
asked by 26.06.2014 / 17:24
2
answers

Get form data

How can I get data from all existing forms on a page? I have a form with the name "budgets" that I can send the fields but I have at least three more that are inserted via include and the fields of these forms I can not retrieve. I would like...
asked by 25.06.2014 / 12:51
1
answer

How do I pass enctype="multipart / form-data" to $ .post?

How do I send a form via $ .post with a file type input where the form has enctype="multipart / form-data"? All other fields make insertion the problem that the file does not pass because it does not read as enctype="multipart / form-data".    ...
asked by 23.12.2017 / 20:25
2
answers

Keyup function in input when loading a modal

I'm implementing a function to change the password of the logged-in user. When I load the user's password into the input component it does not validate the loaded password, which is outside the rule established by the function below. I would lik...
asked by 28.12.2017 / 13:52