Questions tagged as 'jquery'

0
answers

AJAX DOES NOT SEND THE DATA TO PHP

The idea of the code is to prevent the page from reloading when sending a form, I read that the best option is with Ajax, but when doing it with ajax, it does not send me the data I need to the php I am using. $(document).ready(function(...
asked by 21.12.2018 / 15:14
1
answer

Simulate event click JavaScript for laravel

I have a capture form, my problem is that when I want to see or edit some options I have them hidden if the user clicks on the radio activates other radios or text fields this works perfectly for me. My question is how do I simulate the click...
asked by 21.12.2018 / 15:53
2
answers

Function JS runs only once

My problem is that my JS function only works for me the first time I run it and if I try to execute it a second time it gives me this error: <script type="text/javascript"> $(document).ready(function(){ $('#bt...
asked by 16.12.2018 / 04:30
1
answer

How to use a preloader until different functions end with requests to the server, jquery, framework7?

Good day I currently have the following functions running at the same time. The problem I have is that when a function is executed the preloader myApp.showIndicator(); is activated but at the same time when the first activated function th...
asked by 15.12.2018 / 15:34
0
answers

how to refresh the fullcalendar events?

I'm creating an application with laravel and fullcalendar and I want to create a new event when I hit a button and let it see immediately, I could make it create it without problems, the question is that it is not updated until it recharges the...
asked by 17.12.2018 / 17:31
0
answers

Replace Showmodaldialog () with Jquery dialog ()

I am new programming and I was assigned to replace the showmodaldialog () in an old program with jquery dialog (), I am in a part where to execute an "Action" I used the showmodaldialog, now I use a function where the paramentros take me and the...
asked by 17.12.2018 / 16:09
1
answer

How to traverse a json and insert it into an array in javascript

My json comes like this: 0: ciu: "ciudad1" fe: "2018-01-04 12:04:03" hu: "46" id: "62577" __proto__: Object 1: ciu: "ciudad2" fe: "2018-01-02 14:35:16" hu: "737" id: "63801" __proto__: Object 2: ciu: "ciudad2" fe: "2018-01-02 14:58:45" hu: "5...
asked by 15.12.2018 / 00:15
0
answers

Problem loading image on CKEditor

I am using ckeditor 4.11 and the problem is that you do not want to upload an image, it sends me a message that says "Incorrect server response". This is what I have code: index.php: <form action="" method="post"> <textarea name...
asked by 13.12.2018 / 15:31
1
answer

Problem when collecting an input with JavaScript of data collected with ajax

I have a problem collecting a number of an input that I have filled with ajax, the thing is that when I pick it up it is always returning 0. What can I do to get it back? $(document).ready(function () { eventosHoy();...
asked by 13.12.2018 / 11:03
1
answer

What url format do you recommend for use in AJAX / jQuery?

I have functions like the insertion of data in the DB that I do through AJAX, my problem is that when I put the url, I put it with www and http, it works in chrome and in Firefox, but not in IE nor Opera. What is this due to? Here I leave the...
asked by 17.12.2018 / 10:41