I have a table where I list all the users I have in the database and I have a td where are the actions for them that contain two buttons load balance and change the password at the moment that I am trying to do and change the password and...
I'm doing a test with the script below, for file upload:
function uploadFile(){
var file = _("file1").files[0];
// alert(file.name+" | "+file.size+" | "+file.type);
var formdata = new FormData();
formdata.append("file1", file);...
I am developing a system for ordering from a snack bar / pizzeria. Let's suppose that the waiter places the order with the Tablet ( Android ) on the customer's desk or the customer goes and requests the receipt ( Windows ). Depending on the requ...
I'm creating a chat, but on the console it gives the following error:
Uncaught SyntaxError: missing) after argument list
Code: link
What can it be?
Thank you!
I'm doing a project, using GeoCharts, how I'm working all the municipalities all over Brazil, there are some cities with the same name, when I show these cities, they appear in the wrong state, has anyone ever had this problem? In the following...
I have an array and I need to get to it with jquery / ajax, the problem is that I do not know how to get to it, it's being created by php $json = Array(); then I make a push array like this:
array_push($json, array(
'nome'=>'test...
Alright? could they help me with the following problem.
I see several people talking about creating forms with Json / Ajax and everything, but like, I'm way out of this still.
But I had the need to prepare a form as follows.
The form wo...
Hello, I'm trying to login, but I'm encountering the following when I log in, it redirects to the same div of the page, instead of going straight to another page. Does anyone have a solution?
HTML
<div class="loader" style="display: non...