Questions tagged as 'javascript'

2
answers

Materialize - Implement "materialboxed" class in a link

Greetings ... The " Material box " class of the FW Materialize allows the user to click on an image to center and enlarge it. To exit the effect, the user can click on the image again, scroll outwards, or press the ESC key. I intend to a...
asked by 25.02.2017 / 17:17
2
answers

Send a message to Whatsapp from a web page?

We are in the middle of a website development for a bakery, and within the requirements that the analysts gave us, he asks us for the following: "Confirm orders first by registering the client and then sending an email or a message by whatsApp t...
asked by 15.07.2016 / 06:42
0
answers

VueJS. Can the v-on property be added to a transition-group tag?

I am working on a project of Vuejs 2.5, in which I have a dynamic table with an animation that I provide the default label and in it I say that it will work as a tbody so that the effect comes out with each tr to appear. <transition-group...
asked by 30.08.2018 / 22:23
3
answers

Put blank space every 20 rows in an html table

Is there any way to put a blank space in a table every X rows? I do not care if it's with css, with jquery or whatever. This is what the page generates, and the space I want to put in the red box. Pages are created as needed and create...
asked by 29.12.2016 / 22:00
5
answers

Playing with JavaScript String

Hello, I need a little advice on this, it turns out that I have this chain var timestamp = 20160525083000 then I want to divide it and try and what I need is that in the end I have two variables left var1= 25-05-2016 and var2= 08:30...
asked by 14.03.2018 / 15:29
2
answers

CSS selector for element without class?

Inside DIV elements there are 3 SPAN, 2 with some CSS CLASS and another WITHOUT CLASS. How to select CSS with selectors that has NO CLASS, I tried span: not (.AAA) but I can not put both classes because it does not work. Since classless SPANs ca...
asked by 09.11.2018 / 09:16
4
answers

How to add a condition in this code

I have the following function in javacritps, but I want to be able to add a condition if the request is with yes, the checkbox is disable function MuestraDatos(Valor) { data = JSON.parse(Valor); var indice = 0;...
asked by 20.09.2018 / 21:06
5
answers

How to check if a key is in a javascript dictionary

I have the following dictionary: diccionario = {1: "uno", 2: "dos", 3: "tres"} I would like to see if it contains a certain key, for example, 2. How can I know? And by the way ... I would also like to know how to check if a value is in t...
asked by 25.04.2018 / 17:33
2
answers

How to navigate on the same page without using the scroll?

The main idea of creating this function is not to use the vertical scroll, and from a click event of a button or other control execute this function and navigate to a% tag <div> or a label <a> specify that it is in the...
asked by 10.08.2016 / 22:44
4
answers

How can I get random values from an array until the elements of it end?

The fact is that I want to get a random array values from a array until they end. All the array have 7 values in total and, in the end, what I want to achieve is to obtain a combination of these values automatically to generate sente...
asked by 09.01.2018 / 18:34