Questions tagged as 'ajax'

0
answers

Consume a REST Ajax services for a ComboBox

Actually I want to consume 2 rest services one that lists departments of a url locally, here the list of departments: link [{"iIdSede":3,"iIdSedeZona":1,"vcDescripcion":"PASCO"},{"iIdSede":5,"iIdSedeZona":11,"vcDescripcion":"LIMA"},{"i...
asked by 28.09.2018 / 17:34
1
answer

Using functions with ajax

Good morning friends of this forum. I have a problem, when executing a js instruction from a function that is executed with the onreadystatechange of the ajax, whose purpose is to update the data of a form, some instructions are not ex...
asked by 29.09.2018 / 13:23
0
answers

How to execute a function, after having obtained a server value, jquery?

Good morning. I have the following function where it returns the value idPedido function obtenerPedido() { axios.get('https://URL/Pedido?CodigoCliente=${codclienteAfiliadoPedido}&Cod_Trib=${cod_trib}&TipoSocio=${idtiposocio...
asked by 27.09.2018 / 18:06
0
answers

Save and view data with TinyMCE and Laravel 5.5

I have been working on saving the data that I entered in a textarea with TinyMCE this is my textarea <form class="form-horizontal" method="POST" action="{{ route('dgc.vwexpedientes_assign.actualizar_dictamen', $dictamen_t->id) }}">...
asked by 02.10.2018 / 19:53
0
answers

How to implement a dialog in html?

Hello good afternoon, I am making a website made with html php and mysql I currently set the title attribute of some HTML if I want to provide more information but when I'm going to show it on an ipad you can not show someone would help me solve...
asked by 02.10.2018 / 22:32
0
answers

how to bring table records related to ajax in .net mvc?

I have a many-to-many relationship and I want to bring the records to a view, I am using the $ .ajax () method of jquery but after executing the code in the browser it says that there is a circular reference. What would be wrong?     
asked by 02.10.2018 / 18:49
2
answers

How to pass the value of the select on the same page with AJAX?

I have this code to pass the value of a select on the same page, but I'm passing the value of the select with form ... <!DOCTYPE html> <html> <body> <form action="a.php"> <select name="miselector" id="miselec...
asked by 25.09.2018 / 21:00
0
answers

Query for a table value in ajax Class format poo with extends

I have this problem and I want to consult directly, I get an error, if someone knew how to do it better, I would like to be instructed. $user = $db->facultad->getAll("SELECT cuenta, contraseña FROM cuentas WHERE cuenta='MAT2018A001'");...
asked by 24.09.2018 / 01:20
1
answer

Put time to beforeSend and Success

you can set the time before send, that is to say at least that the load of the beforeSend takes 1sec, and then after the success I want to close the modal and it will have to have a lapse of time. Try with the timeout but do nothing ......
asked by 24.09.2018 / 07:37
1
answer

Bring and display json data with ajax

I have a select in a form, and I want that when selecting an option, it shows me the ones related to it in some input text in the form (to send and save it in BD later). Use an ajax to send the selected value and make the query to the correspond...
asked by 27.09.2018 / 16:26