Questions tagged as 'javascript'

1
answer

Date does not detect date change immediately from OS

I've done this little test with typescript and nodejs : setInterval(() => { console.log(new Date()); }, 3000); and while the script is running, I change the date in the system (Windows 10), and the script...
asked by 02.11.2016 / 18:28
1
answer

Apache cordova does not work correctly

I have been dealing with apache cordova for a while now, I can not walk it in console or with visual studio. The problem is that it does not let me add any platform, even the browser. In this example I try to add the browser in my project and it...
asked by 02.11.2016 / 16:47
1
answer

HTML string construction found, please use DOM element construction instead

The Wordpress VIP Scanner gives me this error in JS, does anyone know about this? $( '.canned_response .button-box').append('<a href="#" id="set-send" data-status="' + status + '" class="backend-button">Set Status to "' + status +...
asked by 14.11.2016 / 20:18
0
answers

How to create a filter for table in php page

I have a php page which contains a table in which it shows several values. What I am looking to do is to filter by header. In other words, every time you click on a header, all the contents of this column will be filtered to show me the filte...
asked by 24.11.2016 / 17:28
1
answer

I do not know how to use Component Angularjs

Good morning. I am working on a project of a web page where I use Angularjs. The case is that they sent a controller where I use a .component and the template and I have no idea how it is done, I started doing something looking on the internet...
asked by 09.11.2016 / 12:15
1
answer

Passing variables from PHP to JS works in Windows but not in Linux

Good afternoon! I have a web application using Php on the server side, and JS on the client. The JS application sends a request to the php via ajax, the php raises an .ini and returns that value. This in Windows is working perfectly. The problem...
asked by 09.11.2016 / 19:32
0
answers

Problems with Web Applications

There was a problem when trying out an application, and it is that when making a query it does not perform it and the worst thing that with other web apps nothing of this happens only with the mozilla. This is the function that invokes the contr...
asked by 19.12.2016 / 23:47
1
answer

Dropzone in sending email $ files empty

Good, I created a form with the Dropzone library, but when sending the variable $_FILES is always empty. I've set up the library so that it does not self-execute, but it still ignores me. The form (I paste only the header because it...
asked by 28.11.2016 / 10:52
1
answer

Problem with if and else when using Firebase in Javascript

I am using the Firebase database in my project. The problem is that when I want to save an X user with an X punctuation, it shows posters of all the users of the database, when it should show a single poster announcing the user and his score. If...
asked by 28.11.2016 / 03:40
3
answers

Uncaught SyntaxError: missing) after argument list

What happens is that I need to perform an exercise that fills me with a php class or show me a list. index.php <div class="container"> <table class="table table-bordered"> <tr> <th colspan="5"> Li...
asked by 14.10.2016 / 14:09