Questions tagged as 'ajax'

2
answers

how to work update several select with ajax

I am loading the contents of several select with ajax, everything works fine when I execute one by one, but when nesting it executes the ajax but does not take the refreshed value, that is, I have three select and I wish that when executing the...
asked by 29.08.2018 / 01:02
1
answer

Access Div content after update via Ajax

Good morning everyone, I have a question, I am making an Ajax request where I reload the contents of a Div and I put the answer, but I need to access the response that has been loaded with a jquery function, this file is linked to my project...
asked by 17.08.2018 / 18:27
1
answer

Can an ajax request be made to this url?

I would like to know if I can make an ajax request to this web page to download videos from youtube, I do not get it, in theory this would be enough to download the file no? $(()=>{ const api = 'http://youtubedl.xyz/download'...
asked by 17.08.2018 / 18:28
0
answers

How to call 2 files from the bean

I have 2 files, file1 and file2 and I have a bean, my question is how can I create a condition in the bean to know what file I am in, that is, if I am in file1 block a menu and if it is in file2 leave it in normal menu. Greetings.     
asked by 17.08.2018 / 12:21
0
answers

convert html to pdf with Html2Pdf

What I want is to print a pdf file with the text that I have in Ckeditor I get it and I send it with ajax using the following function $('#botontexto').on('click', function() { var texto = CKEDITOR.instances['editor1'].getData();...
asked by 14.08.2018 / 20:46
1
answer

Passing javascript data to php

I'm trying to pass some data from a form by passing it through ajax but for some reason the page that sends the data does not arrive at all. This is my javascript code: </script> <!-- Apertura Script -->...
asked by 13.08.2018 / 19:44
0
answers

Multiply an echo of PHP

I continue with the table of filtered by divs. Well, now I'm doing a SELECT that has two options "PVP with VAT" "PVP without VAT". In the WILE cycle, all the results come out depending on other selects and taken from a BD. What I need to know...
asked by 10.08.2018 / 07:30
0
answers

How to install Atom Packs Manually?

that is, without needing to go to File > Settings > Install but rather go to C: \ Users \ username.atom \ packages and unzip and install the file you download manually, in advance thank you!     
asked by 08.08.2018 / 17:41
0
answers

$ ajax with POST to a .php

I have a component in Javascript that previously created a file for the user to save it. Now I am changing that functionality so that it is saved when the button is pressed, but it does so on the server. For this I must use code that is not from...
asked by 14.08.2018 / 14:43
2
answers

Charge the contents of a .php that contains a form in a div but does not work submit

It's the first time I write, since I almost always find the answer solved without having to explain it before. My query is as follows: I have a index.php with a div to load a list of users in the upper part and another in the lower one w...
asked by 16.08.2018 / 00:46