Questions tagged as 'jquery'

2
answers

Problem when reloading page and maintaining content

I have the following problem: some time ago I adapted a jQuery script for a menu that changes the inside of a page hiding and showing the content according to the link that is pressed, the content is on a single page and I do not know how to do...
asked by 30.08.2018 / 21:54
0
answers

How to select an option of a select (with values loaded from mariadb) that is in an open modal with eventClick of fullcalendar?

I put them in a situation I am making a web application that implements fullcalendar to create an agenda, in which by clicking on any day you show a modal window in which there is a form to register the event, but I I needed to use a select to l...
asked by 31.08.2018 / 05:49
1
answer

Notice: Undefined index: Sending variable by post

I'm doing a nested select with connection to mysql and sending a data with the post method throws me the error of undefined variable, perform the tests and in fact nothing is being sent. I use Jquery to send this data in my case is the region id...
asked by 27.08.2018 / 17:18
0
answers

I can not list with ajax php and jquery

When trying to list the products I get an error, the funny thing is that locally it works very well but when doing the deploy it shows me the error "DataTables warning: table id = datatable - Ajax error For more information about this error, ple...
asked by 30.09.2018 / 06:59
1
answer

activate JS function when it brings established value

I have a page to update where it brings me the data according to the record that I have selected, I have numerical fields I've validated them with a separation function of thousands and decimals, but in what method should I place the function so...
asked by 03.10.2018 / 19:31
1
answer

Variables $ _POST are not defined after consultation with ajax method

I'm having a problem using "FormData" objects, it happens that when sending the data with the ajax method (from jquery) the variables $ _POST are not defined in the .php file; honestly I do not know where the fault is, because when you pass a js...
asked by 05.10.2018 / 18:53
1
answer

How can I get an arrangement made in jquery?

I will explain what I want to do, I from a file js create an array in which I will generate associative indexes (if that is how you can call them). After creating the array I try to send it through ajax to a php file, but when trying to receive...
asked by 31.07.2018 / 06:46
1
answer

How to get the id tr of the row that I pressed? jquery

Hi guys I think I'm about to solve what I want, but I could not find the id of the row I'm working on the table. I will explain better I have a common and simple table but if I press a td it is changed to an input to be edited. What I am d...
asked by 19.07.2018 / 21:39
2
answers

how to call a sweetalert from a datatable.net?

I would like to know if there is any way to call a sweetalert within a datatable, I have this code. function TablaTrabajador() { $('#myTable').DataTable({ 'ajax': { "url": "/Trabajador/VerTrabajador",...
asked by 09.08.2018 / 21:21
0
answers

Alert with JavaScript in JqueryMobile that shows the information of a form

I am trying to make an alert that appears when I press the 'Send' button and that shows the data that was entered in the form, such as the user, mail, sex, etc. However, when I click on the send button, it redirects me to another page that says...
asked by 03.07.2018 / 02:18