Questions tagged as 'javascript'

0
answers

Post from Google Chrome Extension to API in Laravel

I would like to know if someone has an example of a post sent from Chrome Extension to a webservice made with Laravel. The problem is that I do not know how to send the laravel kernel token from javascript, it is specific from a Chrome extens...
asked by 29.10.2018 / 18:11
0
answers

create direct download link with jquery or javascript for mobile

e had a recurring problem when creating direct download link in a multimedia web that has been created which is responsive and is used mostly for mobile devices but now using direct download links always send me to where I have The content is st...
asked by 01.11.2018 / 14:00
0
answers

502 Bad Gateway AWS

I have uploaded a web app to AWS, but once uploaded it gives me the error. The app that I'm trying to hang is total.js 502 Bad Gateway I have reviewed the logs, and I do not see it clearly ... The following error appears in the node.js log...
asked by 28.10.2018 / 14:41
0
answers

how to call style file from javascript

I'm doing the integration of the rich text editor SCeditor, and when I have to give the styles I have to enter the path of these, the problem is that I am working with flask, and it does not implement them. I tried the standard way    '../...
asked by 29.10.2018 / 13:59
2
answers

correct way to escape a script in an echo

You will see I can not successfully escape a script inside an echo, here is my code but I can not make it work, if any could give me an example echo ' // Initialize tooltip component $(function () { $('[data-toggle="tooltip"]').t...
asked by 27.10.2018 / 19:16
2
answers

I do not get the javascript function in jquery of a JSP

I have a js file that contains this function: function Relleno(variable){ if(variable!=""){ return true } else{ return false; } } Then I have a JSP where I use this function in my Jquery <script src="../js/funciones.js"&...
asked by 27.10.2018 / 10:03
0
answers

Access to an API Problem with CORS

I have a problem making calls to an API. The application is located inside the intranet, but the server does not have a standard server (there is no nodejs, or apache) where you can make changes, but it has been programmed, and it is an applicat...
asked by 26.10.2018 / 13:28
3
answers

datalist dependent on another datalist

I would like to be able to create a form with datalist dependent on other datalist for provinces and localities for example. I have found a good datalist compatible with all browsers included safari which is not supported natively. I hope you ca...
asked by 26.10.2018 / 12:14
0
answers

PHP - JS - WebSocket connection to 'ws: // localhost: 8125 /' failed: Error in connection establishment: net :: ERR_CONNECTION_REFUSED

I have a problem trying to login to my local webpage. When I click on the enter button or when loading the page, it appears on the console: Making validation of the query I also notice that the variables that are passed by post do not take...
asked by 26.10.2018 / 16:51
2
answers

Alamcenar variable from a promise

I have the following fragment that what it does is store the object obtained in response to the promise in the variable objectNew .then (res = > ..... var objetoNew ={}; firebaseService.tiendas().then(res=>{ console.log('method1', res)...
asked by 04.11.2018 / 22:11