Questions tagged as 'ajax'

3
answers

Load item with ajax

I'm doing some tests with ajax and php and I'm having a problem. I proceed to comment: I have a page antecedentes.php which has a button add categories, which calls the function in ajax add categories. The function adds the categ...
asked by 15.09.2017 / 21:27
2
answers

cut text in a string in jquery

I am using the google api and it brings me an ajax with the variable " adr_address " and inside the following datum: "<span class="street-address">Calle 54</span>, <span class="extended-address">Mercedes Barrera</span>...
asked by 16.09.2017 / 00:25
1
answer

How to load data to modal from table

Good I do not know much about jquery or ajax but they said that with those two I can do it, I use php pdo to connect and it does it and my table of the page shows me my registers correctly and to each record I add two buttons edit and delete (ed...
asked by 12.09.2017 / 23:19
1
answer

Help, my idea is to press the request file on a row and that will be sent to me or address loading the file

function cargaPagina(pagina) { var desde = pagina * itemsPorPagina; $.ajax({ data:{"param1":"dame","limit":itemsPorPagina,"offset":desde}, type:"GET", dataType:"json", url:"Conexion_Mostrar_Solicitud_Pedido.php" }).done(fun...
asked by 17.09.2017 / 04:13
0
answers

AJAX does not work, it does not paint fullcalendar

Hello, good afternoon, classmates, I have a problem with my ajax code, what happens is that when calling my function drawnCalendar () since c # executes well, it even enters the function's success but I can not make it paint fullcalendar the wei...
asked by 14.09.2017 / 00:13
0
answers

Paginated table with ajax

I'm using laravel 5.4. In my table I bring the forms that the users completed. It looks like this I use a select, to be able to bring in a json and complete the table select: <select id="myselect" class="selectpicker" data-show...
asked by 27.09.2017 / 21:36
1
answer

Why do not you save the data? FormData ()

I am trying to save the data of an excel, using a file-type input to select it, I recently managed to do it without ajax, and it turned out well; However, I have not been able to do it using Ajax. When I researched, I read that to send data from...
asked by 20.09.2017 / 03:59
1
answer

Consumption of webservice with authentication from ajax form [closed]

A problem arose when trying to consume a web service xml from JS with ajax since it has authentication prior to the delivery of information and I can not inspect the form of the credentials requested. try the following: function webservice(...
asked by 28.09.2017 / 21:43
0
answers

Problem to save a Form_tag with remote true

Good morning, I have a problem saving my form_tag data, I think it may be a syntax error or ignorance since I'm new to Rails and web development, my problem is that I'm using my form_tag as follows : ' <%= form_tag(controller: "payrolls", ac...
asked by 08.09.2017 / 16:36
1
answer

Checkboxes values are not obtained until click event

I have a function that executes a query and I obtain a data which I assemble inputs of type checkboxes in the following way: function checkboxPlagues(id){ $.ajax({ url: getBaseUri() + 'planthealth/getplagues/'+ id, dataType...
asked by 26.09.2017 / 03:50