Questions tagged as 'ajax'

0
answers

Error passing object by FormData and POST

The following function searches all the questions and answers that have been generated in a table in a dynamic way to carry out a questionnaire of x number of questions with x number of answers. However, when we want to pass the object to a p...
asked by 18.12.2017 / 19:19
1
answer

No Find Variable PHP

When trying to make an insert in a table it throws me the following Notice: Notice: Undefined variable: iva in C: \ xampp \ htdocs \ remission \ ajax \ edit_facturacion.php on line 17 and does not add VAT Value $(document).ready(function...
asked by 11.12.2017 / 06:46
0
answers

bootstrap selector with variable ajax

I'm new to web programming, I'm doing some practice and I'm stuck. Apart from never having used this type of languages I work with the inherited code of another person with whom I have no possibility to contact. Based on the structuring of all t...
asked by 11.12.2017 / 11:06
1
answer

Leave the corresponding checkboxes marked

Good morning I have a list of candidates that can be associated to a certain vacancy, from the checkbox I validate that if that selected candidate is already associated, send a modal with that message and therefore if you select another one that...
asked by 11.12.2017 / 17:59
3
answers

update a div every so often

please I need help with the following I need to update a div that contains a table every certain time and I am using the following code <script type="text/javascript"> $(document).ready(function() { var refreshId = setInte...
asked by 11.12.2017 / 21:47
2
answers

Error The ObjectContext instance asp.net

Could you help me with this error asp.net The ObjectContext instance has been disposed and can no longer be used for operations that require a connection. this is my code controller public ActionResult GetData() {...
asked by 11.12.2017 / 23:18
2
answers

How to put data in input, depending on the value of a combobox?

I have a combobox where I select a table called 'sites', within this table I have the columns (Reference, Site, Address, Phone, City) and the column "Site" are the data that are displayed in the combobox . What I could not do is that depending...
asked by 10.12.2017 / 03:56
1
answer

How can I insert data from checkboxes created with a while into a database through an ajax function?

This is my checkbox <div class="col-sm-4 text-left" id="checktiptrab"> <?php while ($rowb=mysqli_fetch_array($querytipotrabajo)){ echo ' <label class="btn btn-primary"> <inp...
asked by 18.12.2017 / 23:37
0
answers

Error with checkbox when passing html by ajax

I have trouble wanting to call a jsp per ajax the checkbox stop working when I send a call to jsp per ajax , but if I reload the page the checkbox work without problem I do not know if I am omitting any data to go...
asked by 12.12.2017 / 21:50
1
answer

Send values obtained from a table to JSON and Ajax

The question is how can I send the data obtained from a table and pass it to Json then send it through Ajax $("#obtenerDatos").click(function(){ var mytabla = [] $("#mytable").find("tbody tr").each(function(index, el) { var tr = []...
asked by 17.12.2017 / 01:17