Questions tagged as 'javascript'

3
answers

How to change pages without changing the url? [closed]

They let me make a page that when clicking on any section of the menu I upload everything that is in that section without changing url.     
asked by 18.01.2018 / 00:42
3
answers

Get the list that is contained between two Data

I have a Collection of n Number of Objects, in which a field is Boolean, as I could get all the objects that are between two objects that have the field in true: EJ: $scope.lista = [ {d1:false, d2:Hola0}, {d1:false, d2:Hola1}, {d1:...
asked by 10.03.2018 / 06:56
1
answer

npm run dev error windows 10

I have errors with npm run dev, I made a npm rebuild, then a npm install, to try again with npm run dev, and it shows me these errors: # npm run dev > [email protected] dev c:\xampp\htdocs\site > cross-env NODE_ENV=development webpack-dev-server...
asked by 12.07.2018 / 05:12
1
answer

Help with a Javascript function to add several dataset to a chartjs from the database?

function _cargargraficamatriculas(anio, sector, calendario, subregion, municipio) { var url = "grafica_matriculas" + "/" + anio + "/" + sector + "/" + calendario + "/" + subregion + "/" + municipio + ""; $.get(url, function(resul) {...
asked by 06.06.2018 / 20:02
1
answer

I need to send several parameters to a JSON controller!

var appController = (function () { return { save: function (_item, _tipo) { APP.rq.axios.put(APP.ctrl + '/proyeccion', _item) } } } What I want to know is how to pass the variable _type...
asked by 09.11.2017 / 17:56
1
answer

how to make an Online Store? [closed]

Good morning chichos good look at my question is the following where I can get a page to make a online store as fast as possible in laravel or pure php nose but I need it if any could facilitate me it I would greatly appreciate it or if you co...
asked by 13.11.2017 / 16:49
1
answer

Good, I would like to know if there is a routine in PHP or Java Script that allows me to detect if an external application is open [closed]

I would like to know if there is a routine in PHP or Java Script that allows me to detect if an external application is open. Example: Show me on my website built with PHP or Java Script if an external app like Work or Excel has been started?...
asked by 13.10.2018 / 15:16
2
answers

Do not repeat the data

Hello good morning friends what happens to me is that I have an input text which I put a number and then I send it with a button and I give it as many times as I want and the number is repeated I would like to put a restriction that can not be r...
asked by 28.09.2018 / 12:50
3
answers

How to order these if? they told me it's messy

$(document).keypress(function( event ) { if(mover) { switch(event.which) { case 119: // W if(checkearBloque(posX,posY+1)) if(checkearnota(posX,posY+1))...
asked by 15.11.2018 / 00:52
1
answer

Upload XLS and save to MVC database [closed]

I have an excel file I need to save all your information in a database I'm working with c # mvc and javascript. And to capture the file I have: <input type="file" id="Upload"> I need your support. Thank you.     
asked by 22.11.2017 / 22:06