Questions tagged as 'ajax'

1
answer

Can not read property apiRest

I have a problem with this api. this is in html <div id="summary"></div> this is in JS var consuKey = "ck_b04aa6f288ee9a5495dee9c5db0a6b136350e005"; var consuSecr = "cs_1f98d389d0f9b47cd3200023864cf9b7cba50574"; functi...
asked by 28.03.2017 / 18:36
2
answers

redirect to a servlet from an ajax passing values

Hello, what I want to do is redirect to a servlet from a jsp using ajax, since I have to send data that are not in the form, but should not be seen in the url colo are mascot, age and the token since the latter expires every so often, so it must...
asked by 14.12.2018 / 19:47
1
answer

Help - I can not send object of the view towards the controller arrive null attributes

I have a problem I try to send an object in javascript to my controller, the problem is that the controller receives as a list attribute and this list contains another list as an attribute. I think the problem is that I do not send or do n...
asked by 25.10.2018 / 18:58
1
answer

How can I put the functions of Export in Datatables laravel

I have this little problem with the datatables, I can not put the elements to export Try using this example Datatables Export But I could not, I use laravel 5.5 and well this is what I have This is my driver use Illuminate\Ht...
asked by 21.10.2018 / 03:37
1
answer

Error inserting records with MySQLi with prepared statements

I published a question yesterday, but another very similar problem arose, I already verified the connection to my database (it is correct), I already did "SELECT" of all my table and answered correctly, and update records and if you update them...
asked by 02.08.2018 / 02:06
1
answer

Obtain the ID of an Order, at the moment of sending it by PHP to BBDD (For a CSV)

I try to do the following: When you send a FORM , you generate an order, which, through Ajax, you send to the database. Next, I have another Ajax, (both in jQuery when submitting) that pulls out a csv file from the order: <?php $c...
asked by 30.08.2018 / 16:01
3
answers

Show checkbox already marked with jquey according to a MySQL database record

I have a fullcalendar and clicking on some day will show me a form, the user enters the normal data and must select some people assigned to that event with a checkbox. ( There everything is fine ). Calendar image with events already created...
asked by 29.08.2018 / 14:54
1
answer

No AJAX response in aspx

I have a method in the codeBehind of a webForm in which I redirect an AJAX query [WebMethod] public string buscarUser(string name, string pass) { SqlDataReader rd; string resp = "CASA; return resp; } AJAX $(document).on('...
asked by 17.08.2018 / 23:46
1
answer

Problems with AJAX and PHP

I'm in trouble because I'm passing a couple of parameters from AJAX to PHP but PHP does not collect this data. function ImprimirFichaUsuario(){ var id = $('#idusuarionuevo').val(); var name = $('#nombrenuevo').val(); //Estos aler...
asked by 20.08.2018 / 12:56
1
answer

Jquery: ReferenceError: $ is not defined [closed]

The browser returns the error: ReferenceError: $ is not defined with the following script. $(document).ready(function(){ (function($) { "use strict"; jQuery.validator.addMethod('answercheck', function (value, el...
asked by 26.06.2018 / 09:25