Questions tagged as 'html5'

2
answers

Calling function with onclick

I can not call a function using onclick, calling it straight from the html tag comes normal but if I call it non-obstructive way no chance I already read several docs I tried in ways and nothing anyone can give a light. document.getElementById...
asked by 31.03.2014 / 21:37
2
answers

Is it possible to stream a video signal locally to a browser?

Is it possible to display the open TV signal using a capture card and display within a web browser using HTML5 or JavaScript? Whereas I use Ubuntu.     
asked by 02.04.2014 / 22:27
2
answers

Pass parameter (a list object) from View (type List) to Controller. Asp.NET MVC

I have a View of type "List<SimpleUser>" and I want to pass to my controller the object that is in my foreach, however this is arriving null being done as follows: View: @{ ViewBag.Title = "Dashboard"; } <!-- search for...
asked by 02.06.2014 / 07:51
2
answers

HTML5 tables - subdivide column

I need to split the TD of the Stages and Circuits columns into two parts. The idea is for TH to display the word "Steps" and the values entered in this column will be divided into < 30 > 30. Etapas <30 >30 1 2 5 6...
asked by 13.01.2015 / 11:30
2
answers

Lock RadioButton when selecting another radio button

Expensive, good afternoon. I have the following question. I should block the other radio buttons by clicking on the radio button of the first check. Therefore, when you click on the radio button, priority1, the radio buttons priority2 and priorit...
asked by 24.08.2018 / 20:07
2
answers

What is rel="preload"?

I saw in a code snippet of a website a definition something like this: <link rel="preload" href="caminho/para/o/script.js" as="script"> I've never seen this code before. I'd like to know: What does this rel="preload" mean? I...
asked by 16.01.2018 / 16:18
3
answers

Load HTML from another HTML [duplicate]

I would like to ask for help loading in my main HTML file external files from 2 other HTML pages Below is the nav <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="utf-8"> <ti...
asked by 31.01.2018 / 06:30
2
answers

Does the space key also become a character? LENGHT

The space key also becomes a character? My problem is that even if in the input #userChat there is only the space key itself so the alert() , and this ends up being a big problem .. Keys: Space and Line Break. I need that I c...
asked by 03.08.2015 / 16:34
1
answer

What are the pros and cons of using jquery in mobile development? [closed]

I'm starting in hybrid development using Cordova (with visual studio) and in my searches on javascript frameworks, I have found many people using AngularJS, and I was surprised by the fact that I did not find anyone who uses and recommends JQuer...
asked by 25.07.2015 / 13:40
2
answers

Doing replace or append on a p?

I was trying to make an append or replace in jquery from an HTML but I'm not succeeding at it, it replaces only one <p> that contains class .frete-gratis but wanted to replace all with iframe . Here is the cod...
asked by 15.07.2015 / 18:30