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...
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...
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++) {...
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...
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...
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...
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...
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...
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...
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='...