Questions tagged as 'html'

2
answers

Have a website in several Idomas [closed]

Good afternoon, I would like my website to be translated into several languages. I would like to put in the header of my web the typical language flags where when you click on them the page is translated to the selected language. How could...
asked by 21.06.2016 / 12:13
2
answers

Print tag html + bootstrap

I have the following box I want to print: Print function: //Imprimir $(document).on('click', '.imprimirDocumento', function() { var divToPrint = document.getElementById('impresion'); var newWin = window.open('', 'P...
asked by 23.02.2018 / 02:42
2
answers

Assign value to the dynamic jQuery element

I have the following for where I try to fill a dynamic input text, the question is that I do not know how to assign the path value of for to be able to fill them correctly: for (var j = 0; j < respuesta.length; j++) {...
asked by 19.02.2018 / 22:09
1
answer

Store 'form' in a variable - Meteor

I'm trying to store an entry by telcado or input in a variable, but when I try to print it, it returns empty. This is a simple login. I have a file called login.js, in which the one I set the from in the following way: Temp...
asked by 19.01.2017 / 15:43
4
answers

problems when validating form

I have a form that sends information to another web page to do an operation on a DB, but I am trying to validate the form first so that it does not send empty fields to the DB, the validation I already have but I could not do to validate first a...
asked by 22.03.2016 / 17:30
2
answers

JQuery UI Slider in modal

I have a JQuery UI Slider that is not displayed within a modal. What do I have to do to make the Slider show inside the modal? This is my code (also available at Plunker ): angular.module('ui.bootstrap.demo', ['ngAnimate', 'ui.boo...
asked by 02.06.2016 / 17:41
1
answer

Calculate expiration date with JS

I want to do a calculation in which I show in input how many days are missing so that an insurance expires, an important point is that I do not have field in the DB to save this information, I show the data in a table by half of a whil...
asked by 02.01.2018 / 17:25
1
answer

Determine the destination of a generated PDF

Good community, I ask for your help again, this time it is about the generation of a PDF document with the mPDF library. The query is as follows: How do I determine the destination of my PDF generated? That is, I know that when the...
asked by 27.12.2017 / 23:38
3
answers

How to send a data to javascript from php?

It turns out that I'm trying to pass a value of PHP to Javascript to validate me if there is already a certain amount of data. The PHP script does its job if the data exists returns 1 and if it does not return 0...
asked by 29.12.2017 / 17:20
2
answers

Working with images in Django 1.9, my avatar is not shown in all my views

When I'm in a view other than editing users or creating users, it does not show me the profile image. Here when I'm in any of the views I have, it does not show me its profile picture example: view on products Source code: <img src='...
asked by 22.04.2016 / 23:30