Questions tagged as 'jquery'

1
answer

Problems with AJAX and JSON Fatal error: Uncaught Error: Call to undefined function jason_encode ()

veran I have a problem sending and receiving data by AJAX. I tried to make a user login using ajax but it did not work for me. The code I have is the following: HTML FORM AND AJAX FUNCTION: <!DOCTYPE html> <html lan...
asked by 21.04.2018 / 23:35
2
answers

How to delete a row from a datatable

my question is, how can I do to delete the first row of a datatable by means of a button (outside the table) I got to see examples on the datatable page but it does not work for me. Thank you                                                    ...
asked by 20.04.2018 / 19:50
4
answers

Problem with return in AJAX PHP

I have a problem using AJAX. I have created a function to call a function within a PHP class by means of AJAX and at the moment of calling the function, I return a response with a return. This is my AJAX function, where the php class ident...
asked by 07.05.2018 / 17:54
1
answer

Accommodate a closing X of the Bootstrap Menu

I am making a hamburger menu in mobile version (it is displayed when you shrink) and I am having problems with the X when it closes, although everything works well the problem with this menu is that when it opens and the X appears, it becomes mi...
asked by 08.05.2018 / 17:17
1
answer

Get datetimepicker result in span

I am getting the results of text input in spans, but in the input where I have the calendar with datetimepicker, it does not send the value. The script works well with text inputs, but with the one with datetimepicker it does not. Search a lo...
asked by 05.04.2018 / 23:43
1
answer

Redirect with href and move to html section

Hi, I would like to know if it is possible to redirect to an aspx and move to a section  of this same but at the same time by means of href="# ..." currently I have two pages .aspx with a menu, but when I go to the second and want to return, thi...
asked by 16.04.2018 / 06:32
1
answer

How to get the "name" and not the "id" in jQuery ..? From MYSQL

I am making an order form, I use jquery, in this case, after completing the form, I added a "check data" button in which I send all the data to another form with: var TratamientoOD = $('#TratamientoOD').val() var familiaOI = $('#familiaOI'...
asked by 20.08.2018 / 22:50
2
answers

Save record in the database with ajax?

Good evening developers I am trying to save a record in my database using ajax, jquery although I am somewhat stuck on how to start there, I received a tip using this code: <html> <head> <meta name="viewport" content="width=...
asked by 03.04.2018 / 02:51
2
answers

Get values from a table - jquery - ajax

How can I go through the rows of an HTML table and get the values of a cell with a button? I am making an application in php and I need to send some data obtained from a table through ajax to another php file. I have already obtained the value...
asked by 22.03.2018 / 00:02
2
answers

Close a modal when comparing what profile you have

I have a modal form, in which when you press save (submit) the fields are checked, type that you do not have any empty and such and then the values are sent. I would like to make, within my function, that when everything is correct, we look...
asked by 22.03.2018 / 12:15