Questions tagged as 'ajax'

1
answer

cone send data to a web service to receive data

Hello, I have two text boxes, their id are color and the other one is tamaño , they receive input data from a page but I do not know how to send my fields to the web service so that I can return my data. the url is where my web serv...
asked by 19.10.2018 / 17:08
0
answers

Php qualification system mysql

Well here with a doubt: I currently have a user rating system. My question is how could I save the id of the user I want to qualify for, so that after doing a SELECT I bring in console all the comments and the rating that user has. The...
asked by 24.10.2018 / 01:14
0
answers

My selectOneRadio does not work on jsf and primefaces, please help!

I hope and you can help me what happens is that I'm having a problem when I want to set the values in a selectOneRadio, what I want more than anything is that when you give a button to edit this same load what the user inserted, but I already pr...
asked by 18.10.2018 / 18:09
0
answers

I need to search the database depending on the selected checkboxes of the regions, their states as it could be solved

table = commerc fields id, name, brand, region, district, provincia, categoria I need that when consulting the regions, I bring the records and can select through a checkbox the districts and provinces of the selected regions....
asked by 24.10.2018 / 15:16
0
answers

I need to search the database depending on the selected checkboxes of the regions, their states as it could be solved

table = commerc fields id, name, brand, region, district, provincia, categoria I need that when consulting the regions, I bring the records and can select through a checkbox the districts and provinces of the selected regions....
asked by 24.10.2018 / 15:16
1
answer

How to travel AJAX MVC?

I have problems when showing the message of the controller does not enter the function does not print the alert HTML <button type="submit" name="pdp_grafico" onclick="pdp_grafico();">PDP</button> JS <script src="js/j...
asked by 19.10.2018 / 14:01
2
answers

look for children (children) with dynamic content

The problem is that when you want to use the .children in a class of a div that is called by ajax, it does not bring any results (it does not print the console.log with the posting), it is as if it were not in the page. Do you know how I can use...
asked by 17.10.2018 / 18:28
0
answers

Jquery Form Validator with id exchange through attr

I'm putting together a form that is validated by Jquery Form Validator link What I am doing is that when I send the form, I validate the fields that I require and if they are correct I send them through ajax, at the end of the query I modif...
asked by 12.10.2018 / 01:19
0
answers

how can I edit dependent combo data in ajax

the combos that are dependent on the $ ("# module") are: $ ('# week'). val (objProgramacion.semana), $ ('# grupo'). val (objProgramacion.idgrupo);                   , $ ('# hora'). val (objProgramacion.idhorario);                          and $...
asked by 13.10.2018 / 03:04
0
answers

How to perform a function similar to Excel using a JTable in Java Netbeans?

I need a code that allows me to perform the following function in Java Netbeans. The box that is marked with red has four fields, Name, user, password and service. And with the same name of Edgar Perez there are registered several users...
asked by 12.10.2018 / 07:01