Questions tagged as 'html5'

0
answers

watermark with library tcpdf

I need to add a watermark to a pdf generated with tcpdf someone knows how to do it or has some basic example, help please, I have this example but I need that after the text I put an image as a watermark require_once('tcpdf/config/lang/eng....
asked by 24.03.2018 / 17:57
1
answer

You can search in a text field in the root node and update two components

I have created a root node with two components, in the rais node I have a text field to search, which is sent to each component to search in an array of links (links) and with the result render each component. Additionally to each component I se...
asked by 08.08.2017 / 18:46
0
answers

Alternative to cache-control

I'm looking for an alternative to: <meta http-equiv="cache-control" content="max-age=1"> For HTML5. The W3C validator returns:    "Error: Bad value cache-control for attribute http-equiv on element meta." And the alternatives a...
asked by 04.08.2017 / 01:02
1
answer

How to delete the cache of the AUDIO TAG?

Dear greetings, someone knows how to erase the caching of the audio tag, with javascript. I have the following problem. I generate an Audio mp3 and I charge it on my AUDIO tag. but according to another event I generate another Audio with t...
asked by 04.08.2017 / 16:12
2
answers

Show Records of a Multi Select PHP

That such a community, I have the following problem and that is that I want to show the saved records of my multiselect but I can not get it if someone helps me would be very helpful <div class="form-group"> <div class="col...
asked by 23.08.2017 / 18:19
1
answer

Effects jQuery click on asp.net

I am a beginner in jQuery and javascript but what I want is that when you click on the button all that blue footer grows up and stays there. This is my code jQuery : <script> $(function(){ $("button").click(fun...
asked by 27.07.2017 / 08:02
2
answers

Problem with styles assigned with JS

This is the first time I have asked for help through this medium and I thank everyone in advance for the help they can give me. I am developing a website with some animations html5, and the positions of some elements are based on the position...
asked by 09.09.2017 / 00:47
1
answer

how can I validate an Input type file so that the name of the file I collect does not have special characters

Try using the html5 validation to tell it to accept only lowercase letters but it does not work. I am using the following to take the file and the following script to send it to the php where it will be processed. <input id='file-0d' class=...
asked by 03.07.2017 / 22:47
0
answers

problems with anchors in firefox [closed]

I have problems with anchors in firefox I pass the url link the code you used was to put a button or class p in the html Upload and the script you use is: </script> <script type="text/javascript"> (funct...
asked by 16.06.2017 / 17:19
1
answer

Change color to the top-bar using data sticky Foundation 6

It happens that I have a top-bar on my site, and I leave the top-bar fixed using sticky, and it works great, my doubt, is that I would like that when I scroll down, the top-bar changes of color, this is the general code of my nav along with stic...
asked by 11.05.2017 / 07:08