Questions tagged as 'html5'

1
answer

My ajax form is not valid

I'm trying to validate a form by ajax and it's not working. ajax page looks like this: link jQuery('#enviar-contato').click(function(){ var _name = jQuery('#name').val(); var _email = jQuery('#email').val(); var _assu...
asked by 10.07.2015 / 06:22
3
answers

Keep hover effect, when clicking on the link (active)

I have a <aside> and inside it a ul>li (menu) structure as per the code below, I would like to click on the item and redirect the page of it the same menu would be selected with the effect of the hover and that the signal...
asked by 14.07.2015 / 22:09
1
answer

Problem with cache in flash games [closed]

I'm monitoring a site in a college project and I realized that the moment I open a certain game, it gives an error, varying the error from game to game, some do not load, some take too long to load, another one gives error when entering the game...
asked by 29.06.2015 / 14:34
1
answer

way to change the size of each of the tags using tagcanvas.js

Hi, I would like to know if there is any way to change the size of each of the tags, I'm using tagcanvas.js and I can not change the size of these tags individually; the html is like this <!DOCTYPE html> <html> <head> <tit...
asked by 16.06.2015 / 23:45
1
answer

Audio player with custom layout

I needed to make an audio player like this, I'm redoing the site in html5. Can anyone tell me if it's possible? The client does not want any layout changes. Link to view: Link     
asked by 13.08.2015 / 00:09
1
answer

How to determine the number of edges of the radarchart?

I'm using RadarChart from Chart.js . I have this Fiddle working. Home Notice that in this example the graph is mounted dynamically according to the data entered. Home Well, but I would like to determine the amount of edges generated, regard...
asked by 13.08.2015 / 21:52
1
answer

Get Content from another page with jquery

I want to create a way to open this SpTrans page in an app, but without loading all their layout, just the fields: LOGIN, PASSWORD and SIGN UP, using only HTML and JQUERY. The elements I need are these: <input type="text" id="vUSRLOGA" n...
asked by 16.07.2015 / 17:22
1
answer

How to reset CSS from multiple HTML files included by require

By hint , I'm trying to use normalize.css to zero the styles between require and another, but there is no way, the CSS of the later file completely interferes with the layout of the the previous file. This does not change the re...
asked by 01.06.2015 / 01:35
1
answer

Retrieve input file file with Angular Js

I need to create an object with the data of a form and I do not know what to do with the input type="file". Is there any ready-made ng-model directive that retrieves the file from an input type="file" with Angular Js?     
asked by 20.07.2015 / 12:46
1
answer

Add parameters to URL without changing path to file

So I have a url imagine ...    link The idea is for me to add a parameter or a variable to a url:    link This parameter is written by the user when defining the url. The idea is then to use the parameter to define what will ap...
asked by 19.05.2015 / 12:40