Questions tagged as 'html5'

1
answer

Responsive menu does not close when selecting element

I made a responsive menu on a one page site. The page scrolling part is working normally, but the menu only closes if the user clicks on the menu icon again. I need the menu to close when the user selects one of the nav elements. $(...
asked by 21.05.2015 / 16:09
1
answer

Display link content rel="" in html page?

I am trying to make an RSS reader, I researched and for that I used: <link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.feedroll.com/rssviewer/feed2js.php?src=http%3A%2F%2Fwww.gsmfans.org%2Findex.php%3Ftype%3Drss...
asked by 27.05.2015 / 22:01
2
answers

Switch between hiding / displaying divs from links

I'm trying to adapt this script , which I found in this excellent #, so that when the link is clicked, divs will alternate. On the page there are several divs, and each one will appear when you click the respective link, and this d...
asked by 27.05.2015 / 04:58
1
answer

Interacting with the linux system

Is there any function or way of getting javascript / angularjs to communicate with linux? For example: <!doctype html> <html ng-app="myApp"> <head> <link rel="stylesheet" type="text/css" href="lib/bootstrap/...
asked by 26.05.2015 / 19:24
1
answer

Align a 'span' in the vertical center of a 'li' without changing the rest of the text

I have an unordered list that needs to be kept in the same format because it is a dynamically mounted side menu. More or less like this: <ul> <li> <a> Link 1 <span> Algum texto </span> </a> </li&g...
asked by 21.07.2014 / 20:30
1
answer

Remove search magnifying glass on webkit

How to remove this blue magnifying glass that appears in the OPERA and Chrome browsers? I'vetried-webkit-appearance:nonebutnothinghappens..searchinput[type="search"] { width: 170px; height: 27px; background: #fff url('images/search.png') no...
asked by 24.07.2014 / 20:43
1
answer

Meaning of part of JavaScript code

I built a code to prevent my search engine from doing searches with the search field blank or with the default message that appears in the value, I received a part of the code and when implementing it appeared an error that did not happen before...
asked by 23.05.2014 / 15:01
1
answer

Paste values from ContentEditable fields to send to POST

I am making a Carousel using Bootstrap . The dados that fed this Carousel will be modified a few times, so I decided to create a dados.json file to serve as the basis for these files. I made a classe...
asked by 20.10.2014 / 23:27
2
answers

How to know that the file has reached the end with FileReader ()?

I am making a system that when the file has just been read opens the next file, the files are MP3 and wanted to play a sequence of songs whenever one is finished. How to do this with FileReader ()? I tried reader.onloadend = (function() {}...
asked by 12.06.2014 / 07:50
0
answers

Pixel break creating false border

I do not know how to explain this situation. I created a tooltip using only CSS3 and HTML5. At normal size (100% zoom) on the left, the elements are blurred and there is a border around the tooltip (just under "Required!", Even with border: 0...
asked by 24.09.2018 / 20:23