Questions tagged as 'html5'

0
answers

Download object as file in AngularJS

Good evening! I am creating a component in Angular, to which I pass a text in a certain format and convert it to JSON format. So far so good. The point is that now I want to press a button, I downloaded the previously created object as a JSON fi...
asked by 27.12.2017 / 02:42
0
answers

Refresh first firebase field

// Initialize Firebase var config = { databaseURL: "https://visit-hotels.firebaseio.com", }; firebase.initializeApp(config); var app = angular.module("nowtimereal", ["firebase"]); // this factory returns a synchronized array of nowusers app....
asked by 08.01.2018 / 18:53
1
answer

Select Start Date - End Date FullCalendar

Good afternoon, my question is this: When I click on "Open calendar" I need to obtain a start date and an end date and store them in a separate hidden input each, and once the calendar is selected it is done disabled What would lead to control t...
asked by 01.12.2017 / 18:45
0
answers

Problem pressing Next button- does not jump to the next TAB (step1 to step2)

//Funcion para obtener el valor del radiobutton y cambiar al tab siguiente $(document).ready(function() { var sw =''; var Nombre = ''; var Apellido =''; var Correo ='';...
asked by 17.11.2017 / 15:29
0
answers

html5 getUserMedia in http

Is it possible to obtain the user's camera without using an https server? {name: "PermissionDeniedError", message: "" Only secure origins are allowed (see: link )." }     
asked by 24.11.2017 / 21:53
1
answer

I can not put them in the same way the buttons What can I do about it?

<nav class="navbar sticky-top navbar-inverse bg-inverse navbar-toggleable-sm"> <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo01" aria-controls="navbarTogglerD...
asked by 04.12.2017 / 15:12
1
answer

How to display a query variable in ajax

I want to show in my teacher variable data in the value the teacher's id, and in between the tags Name and surname I let you capture my console and my code. - > male teacher = ''; What's in my Console My java script code $(funct...
asked by 07.11.2017 / 01:09
2
answers

Angular share Information

Good morning, I have the following code Angular var aplicacion = angular.module('app',[]) aplicacion.factory('datosCompartidos', function (){ var datosCompartidos = {} datosCompartidos.contador = 0 datosCompartidos.getContador = func...
asked by 28.10.2017 / 16:50
2
answers

Nesting media queries with CSS

I'm thinking about nesting several media queries within a single one, something like: @media (width: 1024px){ @media (heigth:300px){ //codigo } @media (heigth:600px){ //codigo } } It would be possible or should be done of...
asked by 21.11.2017 / 00:04
1
answer

Insert after a Form-Group

The following code causes my new element to be inserted after the input element: .validate({ errorPlacement: function (error, element) { element.after(error); }, I mean, I have this HTML code: <link href="https://maxcdn.bootstrap...
asked by 20.09.2017 / 18:15