Questions tagged as 'html5'

1
answer

Create a pie chart with html and angularjs

I would like to know how to create a graph (eg pie) from the data of an array with html and angularjs. An example would help a lot. Many thanks.     
asked by 26.08.2017 / 01:03
2
answers

Open / Execute input file - jQuery

How can I open / execute an input file using jQuery ?! I have a php code that has the input file its css display:none; (Invisible), I need that when I click on an element, for example an image, the input file is executed as if I had click...
asked by 02.12.2017 / 20:15
1
answer

Event Redirection Offline Offline HTML5

How do I identify if the HTML5 app identifies and redirects if it's offline or online? Ex: When you open the app if you are without internet it loads a warning html and if online it redirects to a website. I found this code but I do not kn...
asked by 26.09.2017 / 15:38
2
answers

Css does not change the color to transparent

I have a menu of a site where the element I change to a transparent color but it does not change, even putting it as important in front of the property. Look: Inthismenuitlookslikethisinmystyle.css.navigation{height:50px;background:rgba(243,241...
asked by 01.09.2017 / 23:56
4
answers

Automate button click [closed]

I need to automate the action of a button click by some script (Javascript), could you help me? <!doctype html> <html lang="en" class="no-js"> <head> <meta charset="UTF-8"> <meta name="viewport" content="widt...
asked by 16.08.2017 / 14:26
1
answer

Angular 1 reading JSON cross-domain

I'm having a little problem with angular and wondered if anyone can help me, I was asked the following task to make a shelf from the products of an external JSON (where you have all the info of each product). const API_URL = '/caminho/para...
asked by 12.08.2017 / 06:17
2
answers

Setting the css bootstrap button

I'm trying to hit the height of a button in the form, but it appears very high relative to the fields: <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/> <link href="https://...
asked by 11.08.2017 / 20:42
1
answer

How to insert a link to another page in each image of this menu [closed]

Good evening, I'm new to the subject and I found a very interesting menu in codepen - link I'm sending the project link Originally because I moved so much in what I downloaded that I can not find myself anymore ... the business should be easy...
asked by 10.08.2017 / 02:19
1
answer

Product image on select option is possible?

I have a budget system but as there are many items with similar description came the need to visualize the image next to the description, the link of the image and the description will be dynamic and will come from a database, I made a code to e...
asked by 09.08.2017 / 23:05
1
answer

Written button on top of the other

I have this button, I would like to add two words in it, but displaying one on top of the other, I already tried to use <br> between them but it is like creating another button, I would like a button with the proportions that are th...
asked by 04.09.2017 / 22:20