Questions tagged as 'jquery'

4
answers

upload jquery ajax image and other data in the same form

as it turns out that I have a form to send with ajax which contains a series of fields plus an image and I do not know how to send the image for the server to process, I put the code that I've been carrying so far ... Send it to me everything is...
asked by 07.06.2018 / 15:15
0
answers

Save images scanned with Dynamic Web TWAIN

I am using Dynamic Web TWAIN with which I can manipulate the settings of a scanner with javascript, my problem is that I can not recover the images once scanned to save them in a database, I have this function that converts an image into base64...
asked by 04.06.2018 / 01:21
1
answer

Problem when passing a Json via onclick to javscript

I am trying to send an array using onclick in a function, for that I use json. But it marks me a syntax error when I send it. By the way, once I get the json, how can I go through his data? Greetings. Error by console. Code: <td...
asked by 02.06.2018 / 21:09
1
answer

consult range of dates within a join in SQL

I need to filter my query for a specific day and along with other ranges within a join, I have this query, I hope someone can help me, thanks. select r.application as "Fecha transacción", r.id as "Id transacción", r.type_movement as "Tipo tran...
asked by 01.06.2018 / 21:11
0
answers

Check if values of a table have been modified

I have a table with modifiable fields that is fed from a query to a database. The user has the possibility to modify the values, add or delete lines. I need to check if a value of that table has been modified to mark it and that the server is re...
asked by 01.06.2018 / 18:46
3
answers

Go through a select row of a table with javascript

I'm trying to go through a table which in each box has select , which I use to calculate a sum, my problem is how can I get the value of the td , because if I do it, but I do not know how I can take that value from the select...
asked by 02.06.2018 / 04:20
1
answer

Load events Fullcalendar Laravel JQuery

I am working with fullcalendar and laravel, I bring the data from the contractor, since they are shown in the console, but I can not make them appear in the calendar. This is my code: routes.php Route::get('events','EventsController@showEve...
asked by 08.06.2018 / 02:46
1
answer

Good, I want to pass the data that appear in my table to a form on another page, I am doing it to myself and it does not pull me

<form role="form" name="boton" action="../cd/pre.php" method="POST""> <table class="table"> <div class="alert alert-info"> <h2>Mis Encuestas</h2> </div>...
asked by 08.06.2018 / 07:23
0
answers

Invalid JSON response with jQuery Datatables

I have a problem that when loading data from a MySQL database with PHP, it does not show the data, which I send with a JSON according to documentation of Datatables loading data with Ajax then I present my files. Below I present my files....
asked by 12.06.2018 / 01:22
1
answer

How to delete from table when chekcbox select is removed

What happens when selecting an item loads its data in a table, how can I do so that when I remove the select they are deleted from the table I say, first select the item Then, I remove the select from the checkbox and instead of being d...
asked by 31.05.2018 / 16:04