Questions tagged as 'html'

1
answer

Javascript / Jquery / HTML Mobile Button

I need to make a mobile button (click and drag anywhere on the screen), I do not understand why this is not working ... Does anyone know? .corpo{ background-color: #555555; } #button { position: absolute; height: 40px;...
asked by 24.09.2017 / 11:09
0
answers

Take a Photo via Webcam using java script

Personal anyone know how do I capture web cam photos by a web application at the time of some java plugin script and pass this to the server via POST? A and preferably the photo would be of a good quality and size (hd or full hd).     
asked by 24.09.2017 / 02:31
1
answer

Render an html on the node with js

I can route on the node where it calls an html page, however the html page has a .js file and when it is called from the error of not finding the JS file. Can anyone help me? Structure: main folder: project Sub folders: config, js, v...
asked by 24.09.2017 / 01:54
1
answer

Create clock online - Automatic generation

I have the following code: <script type="text/javascript"> $.ajax({ type : 'post', url : 'menu.php', // data : 'nome='+ $('#hora').val(), data...
asked by 14.09.2017 / 05:38
1
answer

Send e-mail to inbox using the submit button with filled-in form data

I have the following code, where when I finish filling out the form I want to receive an email with confirmation of the data and later open a page where I will redirect: However, after the code that I present I have some difficulties in finis...
asked by 14.09.2017 / 11:29
1
answer

send a post to a Localhost in a chrome extension [closed]

manifest.json "manifest_version": 2, "name": "Sample Extension", "description": "Sample Extension", "version": "1.0", "browser_action": { "default_popup": "popup.html" }, "background":{ "scripts":["background.js"] }, "permissions": [ "h...
asked by 14.09.2017 / 21:25
1
answer

How to activate certain CSS from a certain scroll?

Good morning I would like to know how to enable certain CSS from certain scrolling. For example, in some portfolios, in the skills part, most put a circle that when descending the complete page around, determining the percentage of knowledge....
asked by 14.09.2017 / 20:26
1
answer

Show date list with move arrows?

I would like to know how to make a kind of slide with dates, with arrows on the sides if it exceeds a specific width. This is what I have. What I need is a kind of paging system, but that does not change any information on the site, just somethi...
asked by 14.09.2017 / 17:07
2
answers

Show hide with php and javascript

I have a code that lists a div with contents through foreach and echo in php, this div expands as I enter the data in it, I already have a js show / hide code that is working normally, but in that case it shows / hides only the 1 content with th...
asked by 13.09.2017 / 15:37
1
answer

How to access a javascript function that is on another php page?

Basically explaining, I have an HTML page that was generated inside a Controller (from Laravel), and in that HTML page has a button that should open a function (to open a SideNav) that is in a view. I can not call this function, what should I do...
asked by 21.11.2017 / 01:57