Questions tagged as 'html'

2
answers

Conditional on PHP

I have the following code in HTML and PHP. I can not find the error in the PHP code, because it does not read the expressions and does not throw the result at me. I'm really new to programming. $( document ).ready(function()...
asked by 28.09.2016 / 02:36
1
answer

How to print a JSON string within an input with PHP?

I need to print a string JSON from PHP within value of a input , to then be able to recover it with JavaScript . <?php $array = array( "foo" => "bar", ); $json = json_encode($array); ?...
asked by 24.08.2017 / 21:34
2
answers

Export images from html to word

Starting with my previous question , I would like to know how I can export an image of html to Word, or at least know if it is possible or not. I have the following table: <table id="test" class="table table-striped table-custom table-...
asked by 26.04.2017 / 15:05
1
answer

Select date and load the value automatically

What, what I try to imply is that I need the user to select a date and without clicking on the me button of the selected date, I have searched for events in JS but I am a bit lost, someone could advise me by please, thank you very much .. I s...
asked by 27.03.2017 / 21:28
1
answer

Load animate.css animations several times

I have this button that, when it loads, I set it to "animated flash" as a class to make the animation "flash" of animate.css. The problem I have is to put the class back to it by clicking the button, which does not catch the animation. Any way t...
asked by 10.07.2017 / 23:35
1
answer

Problem if a function of a Javascript function

   Good, I have a problem and it only works for me the first time I give it, that is, the first if (what I hide it), but when I give it back it does not show it and it stays hidden the elements function funcion_ocultar_mostrar () {...
asked by 14.10.2018 / 16:26
1
answer

HTML - Codepen.io / Export pen correctly to text editor

Good morning, A few days ago I was modifying a pen of a user in Codepen.io, when I had it to my liking (actually I only translated it) I saved it in my dashboard (I kept the copyright of the original creator). Now I'm passing it to my...
asked by 27.04.2018 / 16:16
2
answers

Load select when selecting date

I have to load a select with different data, according to the date chosen, and I do not know how to achieve this. The only thing that occurred to me was to occupy onchange in the input where it is shown the time, but it does not...
asked by 08.11.2016 / 14:17
2
answers

CSS error when applying events to buttons - jQuery

I'm doing an image viewer with four buttons (First, Previous, Next, Last). Initially, an image is loaded randomly (I have them stored in a folder called "images"), and then we can move through events of those four buttons. Why do not I app...
asked by 30.05.2017 / 15:18
5
answers

Print a label i for each ng-repeat of a Json

Having the following structure, HOW DO I do it to print the amount of stars that each car has? that is. IF in the json it says "stars": "3" would have to print 3 labels The expected result is to print 3; The first with 3 inside. The second wi...
asked by 30.01.2017 / 15:32