Questions tagged as 'javascript'

1
answer

how to adjust script function prinDIV and avoid printing on a table in a TD section

Dear, This case where you put a script function printDiv to be able to print only the tables but does not work the cellpadding do not adjust. How do I do it? 1) I'm trying to adjust the cells of the tables that do not separate, but jus...
asked by 29.09.2016 / 14:10
2
answers

Hide and show with JavaScript

I have a doubt as to hide and show certain options of a subcategory, for example I have clothes category and its subcategory will have a id="ropa" in which will be socks, shirts etc. and I will have other categories with their respective...
asked by 09.10.2016 / 16:31
2
answers

Error starting the NodeJS server

I am starting to develop in the framework of AngularJS in a self-taught way and following a tutorial says to download or clone the repository of git which I already downloaded, following the tutorial comes a part where I have to install NPM...
asked by 05.10.2016 / 22:30
1
answer

get () method of collections.js in nodejs does not work

I made this code function reestructurar(dir,fileA){ var seto = new Set([]); read('${dir}/training/${fileA}', contentT => { for (var i = 0, chunki = contentT.split('\r\n'), leni =chunki.length; i < leni; i++){ if(seto...
asked by 10.10.2016 / 15:02
2
answers

Problem with google maps api JavaScript

I want to create a map on my website that when you click on different directions that are on the side, they are shown on the map, without leaving the page, only the location of the page will be modified, like the following web: link Does...
asked by 02.09.2016 / 14:11
1
answer

Problem with select chained with formvalidation plugin

I have a chained select that is disabled in the hierarchical order of the selects and does not activate the submit, unless all the selections are full. Everything is fine there, the problem arises when I add the formvalidation plugin, it is m...
asked by 25.08.2016 / 03:41
2
answers

Enable INPUTS of a SELECT with Js or jQuery [duplicated]

I have a select , and depending on the value of select in my case the value="2" I want to enable two input and if it is not in value="2" disable them <div class="row"> <div class="col-md-3">...
asked by 26.08.2016 / 15:18
1
answer

ajax send variable undefined to app.js (using nodejs)

this is my code, to send the variable "copying", but only shows by undefined console var texto="no existe 1 rayo zapato zanahorea karaoke Whisky software wikipedia jinete japon jabon facil frio rayo yogur habil hablar galleta gigante genti...
asked by 17.09.2016 / 06:10
1
answer

How to change the search criteria in a call $ angular JS $

I have a JSON link where I have to do searches: http://www.liverpool.com.mx/tienda?s=xbox&d3106047a194921c01969dfdec083925=json but I need to change the search criteria, for example to search xbox or something else would change t...
asked by 18.09.2016 / 20:09
2
answers

collapse submenu when selecting another option from the menu

I have a vertical menu with submenus, the process that makes my current menu is that each one clicks on the option it displays a submenu, and it is hidden until the user clicks on the parent menu again, as I can do so that when you click on anot...
asked by 29.08.2016 / 17:22