Questions tagged as 'ajax'

0
answers

Error passing parameter

I will try to detail the question as much as possible, but I do not know how to display an error in this situation, if anyone can help even in this, I thank you. I'm sending data via POST with Ajax, but one of the fields does not pass value t...
asked by 06.08.2018 / 11:17
0
answers

Update div only with ajax

I have a ajax code that sorts items from my table, what I need is for it to refresh only the div                               ID            Image            Name              Slug              Order             Situation             Action  ...
asked by 04.08.2018 / 23:57
0
answers

Uploading files in PHP

I can not upload PPTX files, others upload normally. Files are sent via ajax. The error happens when you move the file to the folder! var form = $('#fileUploadForm'+idbtn[1])[0]; // Create an FormData object var data = new FormData(form);...
asked by 02.08.2018 / 13:36
0
answers

Ajax htaccess request

I am trying to protect my files against direct access so I used htaccess only when doing an ajax request of the error or it does not allow how to solve? My htaccess code: <Files *.php> Order Deny,Allow Deny from all Allow from 127....
asked by 02.08.2018 / 15:00
0
answers

How to send an ajax request to the Easy RedMine API

And folks! I'm trying to send a $ .ajax request to the easy redmine API, but I'm unsuccessful. I tried to send an XMLHttpRequest but it ends up bursting with error.    Quote Would appreciate a help!     
asked by 03.08.2018 / 21:39
1
answer

How to enable a button after validation?

I need the button to be enabled when the email does not exist in the database. See that validation if the email exists already works, I need the implementation that enables the button if the email does not exist. JavaScript <scr...
asked by 10.08.2018 / 04:24
0
answers

Error: Cross origin requests are only supported for protocol schemes

I am using a server apache by XAMPP, the server is hosted on my machine, but when I try to make an ajax request I get the following error message: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extens...
asked by 30.07.2018 / 20:10
0
answers

Ajax request with JSON-type parameter using Jquery 1.8.2

I'm trying to make an ajax request that sends a list of objects, but it seems that in this version of Jquery 1.8.2 (I can not update because the system is legacy and has many features using these versions), it seems that it does not recognize th...
asked by 13.08.2018 / 15:20
0
answers

Problem with ajax request

I have a problem with my ajax, I need to check another page if a time is available. I select the consultant field and type the day, after that, by clicking the button, it should bring a return if it is free or busy, but it is not doing. Here'...
asked by 02.08.2018 / 16:55
0
answers

'load' method does not work bootstrap-table

Hello, I'm trying to load data and popular table bootstrap-table through an ajax call, but it does not work with método load . Trying método data works normally. Table <table id="table-anexo" class="table table-stri...
asked by 01.08.2018 / 17:41