Questions tagged as 'ajax'

1
answer

Open a Modal with the result of MySql

And the beauty galley? I'm studying Dev Web and I'm creating a pro-boot system with customer records and reports. Let's doubt it. I have a report page and there I have an input type="date" inside a form that will do the fetching from a date i...
asked by 01.08.2017 / 23:48
0
answers

Upload thumbnail post type frontend via AJAX

I have a professional registration form, where the same is registered by entering name and image (photo). This registration without the use of Ajax, I can do, but it must be done in Ajax, and the image I can not send, even using formData. Here's...
asked by 14.01.2017 / 01:06
1
answer

Put variables in the URL in MVC to use with JS

I have a search page that will fetch the results using ajax. Do the searches you do, the URL is always the same, because the page does not change. Is there any way for me to change the URL also when I do the search? Ex: I wanted to have a variab...
asked by 13.01.2017 / 11:32
2
answers

How do I step to screen a serialized object? [duplicate]

I'm trying to convert an object containing a relationship and serializing affine, from sending it to View by Ajax . I have two related classes public class Eventos : IEntidade<EventosAuditoria> { [Key] public int ID { get...
asked by 31.05.2017 / 07:14
0
answers

Changing MySQL with ajax and PHP

I have created a system that allows the user to view data from a mysql database and eventually interact with that data (by changing the select column in the database). Currently there is a php script that runs when the user selects the ne...
asked by 15.06.2017 / 18:54
1
answer

Select Query with AJAX and PHP

I'm developing a system in php and I own a page where it lists multiple results of a SELECT , so far so good ... and I have input text where I would like every letter I typed in it, the results would be filtered according to the let...
asked by 10.09.2016 / 22:38
2
answers

Change select (ajax + php) element value with innerHTML

Hello, I'm doing the famous combo of state charges city. Everything is working perfectly, as I debugged in my script, until the moment it should change the value of select (options returned from the function). Here is my code (index.php): <...
asked by 17.02.2017 / 20:59
0
answers

Transform video into Blob object?

I found this code in a tutorial that to transform the videos into objects and be treated as if it were a url blob , with the first video coming on the page the function works perfectly, however when I call another video through , t...
asked by 03.10.2016 / 01:29
1
answer

Update a view of zf2 every 1s through jquery / ajax

I have a table as figure below, I need it to update every 1s, but I have no idea how to do it. Iusedahtml5tag,butitupdateseverything,Ijustwanttoupdateonlythetable.MyView <?php $datenull = '01/01/0001 00:01'; $linha = 1; ?> <met...
asked by 17.01.2017 / 14:34
0
answers

How to force download of mpdf files using Ajax

I'm trying to download pdf files using the mpdf library. Calling the php page in the browser works fine. Example: require_once 'mpdf/mpdf.php'; $mpdf = new mPDF(); $boleto = '<h3>Boleto</h3>'; $mpdf->WriteHTML($bole...
asked by 20.06.2016 / 22:17